Skip to content

kovdavid/i3daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3daemon

i3wm event listening daemon for automatic workspace renaming based on opened windows.

Build:

$ cargo build --release
$ cp target/release/i3daemon ~/bin

Example systemd service file:

[Unit]
Description=i3daemon

[Service]
Environment=DISPLAY=:0
ExecStart=%h/bin/i3daemon
Restart=on-failure
RestartSec=5s

StandardOutput=append:/tmp/i3daemon.log
StandardError=append:/tmp/i3daemon.log

[Install]
WantedBy=default.target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published