diff options
author | Joe <rbo@gmx.us> | 2025-07-16 21:31:48 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-07-16 21:31:54 +0200 |
commit | 8f08df7da49b26515e08864eddd523cccd7569bb (patch) | |
tree | 5cdf175103673d028437d578244903ce7dcc2df9 /.config/wayland | |
parent | dunstup (diff) | |
download | dotfiles-bsd-8f08df7da49b26515e08864eddd523cccd7569bb.tar.gz dotfiles-bsd-8f08df7da49b26515e08864eddd523cccd7569bb.tar.bz2 dotfiles-bsd-8f08df7da49b26515e08864eddd523cccd7569bb.tar.xz dotfiles-bsd-8f08df7da49b26515e08864eddd523cccd7569bb.tar.zst dotfiles-bsd-8f08df7da49b26515e08864eddd523cccd7569bb.zip |
qwe
Diffstat (limited to '')
-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!" |