sway: polkit-gnome bugfix

This commit is contained in:
Daniel Meiburg 2023-11-23 21:21:23 +01:00
parent ea8b60f8bc
commit 9530b272e2
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 2 additions and 1 deletions

View File

@ -242,4 +242,5 @@ exec_always mako --default-timeout=5000 &
exec_always nm-applet --indicator & exec_always nm-applet --indicator &
exec_always kdeconnect-indicator & exec_always kdeconnect-indicator &
#exec_always syncthing serve --no-browser & #exec_always syncthing serve --no-browser &
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & exec --no-startup-id /nix/store/$(ls -la /nix/store/ | awk '/polkit-gnome/ && $5 == "4096" {print $9; exit}')/libexec/polkit-gnome-authentication-agent-1 &