diff options
author | zachir <zachir@librem.one> | 2023-01-22 22:06:35 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-01-22 22:06:35 -0600 |
commit | d37b06ce0af6fa7e56ebcc3b38567ef1b60c38ee (patch) | |
tree | 5dae7af6dc48161e9752d1e48ef7b72ab3941610 /autostart.sh | |
parent | 12868424437603855669933d388f68fcedc185c7 (diff) |
update autostart to actually kill pipewire first
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 |