1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00
dotfiles/systemd/user/noisetorch.service

13 lines
229 B
SYSTEMD
Raw Normal View History

2023-04-23 21:50:04 -05:00
[Unit]
Description=Run noisetorch input supressor.
After=pipewire.service
[Service]
Type=oneshot
ExecStart=/usr/bin/noisetorch -i
RemainAfterExit=true
ExecStop=/usr/bin/noisetorch -u
[Install]
WantedBy=graphical-session.target