From 15608d4ea3621f2d8683d0f40bf34a7c73f55d7d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 2 Apr 2024 20:07:00 +0100 Subject: Uncommented pipewire / wireplumber lines as back on Void Linux --- .config/river/autostart.sh | 4 ++-- 1 file 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 -- cgit v1.2.3