forked from colonelpanic/dotfiles
12 lines
165 B
Desktop File
12 lines
165 B
Desktop File
[Unit]
|
|
Description=imwheel
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/imwheel -b 45
|
|
ExecStop=/usr/bin/pkill imwheel
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=wm.target
|