vincentbernat.i3wm-configur.../dotfiles/systemd/spotify-clean.service
Vincent Bernat 8cd2ed3730 Revert "spotify: remove socket cleaning"
This reverts commit 2e4e2d311c. Problem
is still here.
2022-06-30 21:18:07 +02:00

8 lines
165 B
Desktop File

[Unit]
Description=Clean spotify extra PulseAudio streams
After=sound.target
[Service]
ExecStart=%h/.config/i3/bin/spotify-clean
Type=oneshot
RemainAfterExit=false