mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-03 08:53:20 +00:00
13 lines
234 B
Desktop File
13 lines
234 B
Desktop File
[Unit]
|
|
Description=Snapcast
|
|
After=pipewire.service
|
|
Requires=pipewire.service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=%h/git/audio/snapcast/bin/snapclient
|
|
ExecStop=killall -q snapclient |