diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-03 07:49:22 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-03 07:49:22 +0100 |
commit | f015be313125e9448f122bec06d3df326707f795 (patch) | |
tree | 02619d5eafb77c1205fc4860bebbaaf7c8c239f5 /.config | |
parent | 09fe8f8e5356904ad6952dcc0106aaccdbf4dc64 (diff) |
Fixed polkit section
Diffstat (limited to '.config')
-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 b994690..43e4462 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -2,8 +2,8 @@ # Authentication dialog -pkill -f /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +pkill -f /usr/libexec/polkit-gnome-authentication-agent-1 +/usr/libexec/polkit-gnome-authentication-agent-1 & # Kill any existing pipewire / wireplumber daemons and only then try to start a new set. |