diff options
Diffstat (limited to '.config/river/autostart.sh')
-rwxr-xr-x | .config/river/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index a974058..b994690 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -7,8 +7,8 @@ pkill -f /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Kill any existing pipewire / wireplumber daemons and only then try to start a new set. -# pkill -u "${USER}" -x pipewire\|wireplumber 1>/dev/null 2>&1 -# dbus-run-session pipewire &> /dev/null & +pkill -u "${USER}" -x pipewire\|wireplumber 1>/dev/null 2>&1 +dbus-run-session pipewire &> /dev/null & # Start xdg-desktop-portal-wlr |