mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-17 17:42:38 +02:00
9 lines
165 B
SYSTEMD
9 lines
165 B
SYSTEMD
|
[Unit]
|
||
|
Description=Clean spotify extra PulseAudio streams
|
||
|
After=sound.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/.config/i3/bin/spotify-clean
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|