[Linux] Add imwheel service
This commit is contained in:
parent
72e833794c
commit
3b6de279e7
11
dotfiles/config/systemd/user/imwheel.service
Normal file
11
dotfiles/config/systemd/user/imwheel.service
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=imwheel
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/imwheel -b "4 5"
|
||||||
|
ExecStop=/usr/bin/pkill imwheel
|
||||||
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user