diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-04 16:16:54 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-04 16:16:54 +0000 |
commit | 6194be6431cda8f807618afed740638e0ea3483d (patch) | |
tree | e06142a18a5fe4579891602d82fd7fa312ff9495 | |
parent | 2ec349377843ac1cc9ba66c194f9e899896fb9f1 (diff) |
Commented out pipewire / wireplumber lines as no longer required for Arch Linux
-rwxr-xr-x | .config/river/autostart.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index 758fefa..1d1eaa8 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -2,13 +2,13 @@ # Authentication dialog -pkill -f /usr/libexec/polkit-gnome-authentication-agent-1 -/usr/libexec/polkit-gnome-authentication-agent-1 & +pkill -f /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +/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 |