dotfiles/dotfiles/config/systemd/user/taffybar.service
Ivan Malison 9afa4c8e63
Revert "[Linux] Taffybar now managed by xmonad instead of systemd"
This reverts commit 04ae4335f206b708d757593f0cfee96a7316dc4b.
2016-10-29 19:03:32 -07:00

11 lines
146 B
Desktop File

[Unit]
Description=taffybar
[Service]
Type=simple
ExecStart=/usr/bin/env taffybar
ExecStop=/usr/bin/pkill taffybar
[Install]
WantedBy=wm.target