dotfiles/dotfiles/config/systemd/user/skippy-xd.service

13 lines
214 B
SYSTEMD
Raw Normal View History

2017-03-28 14:55:27 -07:00
[Unit]
Description=skippy-xd
Wants=taffybar.service
After=taffybar.service
[Service]
Type=simple
ExecStart=/usr/bin/env skippy-xd --start-daemon
ExecStop=/usr/bin/env pkill skippy-xd
2017-03-28 14:55:27 -07:00
[Install]
WantedBy=wm.target