forked from colonelpanic/dotfiles
[NixOS] Fix clipit systemd issues
This commit is contained in:
@@ -6,7 +6,7 @@ After=taffybar.service
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env clipit
|
||||
ExecStop=/usr/bin/pkill clipit
|
||||
ExecStop=/usr/bin/env pkill clipit
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
||||
|
@@ -1,11 +0,0 @@
|
||||
[Unit]
|
||||
Description=imwheel
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env imwheel -b 45
|
||||
ExecStop=/usr/bin/pkill imwheel
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Reference in New Issue
Block a user