1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-09-19 08:56:16 -05:00
dotfiles/systemd/user/noisetorch.service

13 lines
237 B
SYSTEMD
Raw Normal View History

2022-03-17 22:26:36 -05:00
[Unit]
Description=Run noisetorch input supressor.
After=graphical-session.target
[Service]
Type=oneshot
ExecStart=/usr/bin/noisetorch -i
RemainAfterExit=true
ExecStop=/usr/bin/noisetorch -u
[Install]
WantedBy=graphical-session.target