summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-01-22 22:06:35 -0600
committerzachir <zachir@librem.one>2023-01-22 22:06:35 -0600
commitd37b06ce0af6fa7e56ebcc3b38567ef1b60c38ee (patch)
tree5dae7af6dc48161e9752d1e48ef7b72ab3941610
parent12868424437603855669933d388f68fcedc185c7 (diff)
update autostart to actually kill pipewire first
-rwxr-xr-xautostart.sh1
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