From d37b06ce0af6fa7e56ebcc3b38567ef1b60c38ee Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 22 Jan 2023 22:06:35 -0600 Subject: update autostart to actually kill pipewire first --- autostart.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3