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
229 B
SYSTEMD
Raw Normal View History

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