dotfiles/dotfiles/config/systemd/user/imwheel.service

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