diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-23 19:28:09 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-23 19:28:09 +0000 |
commit | e39988ba96a49a5f2662ff8614db8eac300b7a92 (patch) | |
tree | 7efe3d0ee60f9c5916072a68871ecab5297a7ee5 | |
parent | da4f8cd10d1fb52c156b7cb33274fa59d39a3796 (diff) |
Updates for switching to Chimera Linux
-rwxr-xr-x | .config/river/autostart.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index a8d3b3c..eab8506 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -3,12 +3,12 @@ # Authentication dialog pkill -f /usr/libexec/polkit-gnome-authentication-agent-1 -/usr/libexec/polkit-gnome-authentication-agent-1 & +/usr/libexec/polkit-mate-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 |