mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
10 lines
190 B
SYSTEMD
10 lines
190 B
SYSTEMD
|
[Unit]
|
||
|
Description=Cleaner for Spotify extra PulseAudio streams
|
||
|
After=sound.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/.config/i3/bin/spotify-clean
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|
||
|
TimeoutStartSec=5s
|