config/hypr/hyprland : ajout agent Polkit
This commit is contained in:
parent
d695b12360
commit
71fe71fd2b
2 changed files with 6 additions and 4 deletions
|
@ -4,9 +4,8 @@ exec-once = hyprpaper
|
||||||
# XDG compliance
|
# XDG compliance
|
||||||
exec-once = hyprxdg
|
exec-once = hyprxdg
|
||||||
|
|
||||||
# SwayOSD
|
# swayosd
|
||||||
exec-once = swayosd-server
|
exec-once = swayosd-server
|
||||||
|
|
||||||
# Eww
|
# Polkit agent
|
||||||
exec-once = eww daemon
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec-once = eww open bar
|
|
||||||
|
|
|
@ -6,3 +6,6 @@ exec-once = hyprxdg
|
||||||
|
|
||||||
# swayosd
|
# swayosd
|
||||||
exec-once = swayosd-server
|
exec-once = swayosd-server
|
||||||
|
|
||||||
|
# Polkit agent
|
||||||
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
Loading…
Reference in a new issue