diff options
Diffstat (limited to '.config/wayland')
-rwxr-xr-x | .config/wayland/init.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/wayland/init.sh b/.config/wayland/init.sh index 62d90ed..b86db41 100755 --- a/.config/wayland/init.sh +++ b/.config/wayland/init.sh @@ -43,6 +43,10 @@ startif() { startif ydotoold startif dunst pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 +pkill wireplumber +pkill pipewire-pulse +pkill pipewire +sleep 1 startif pipewire sleep 1 startif pipewire-pulse @@ -52,5 +56,4 @@ export QT_QPA_PLATFORM=xcb startif copyq startif nextcloud startif stalonetray -firefox & notify-send -u normal 'welcome' "$icon welcome back, partner!" |