sway: polkit-gnome bugfix
This commit is contained in:
parent
ea8b60f8bc
commit
9530b272e2
|
|
@ -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 &
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue