diff options
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh index bb5e986..16eebdc 100755 --- a/autostart.sh +++ b/autostart.sh @@ -14,6 +14,7 @@ if type mpd >/dev/null; then elif type musicpd >/dev/null; then runifnot musicpd fi +pkill pipewire ; pkill pipewire-pulse ; pkill wireplumber ; snd.sh & runifnot mpd-mpris -network unix runifnot mpd-notification runifnot transmission-daemon |