We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44bfb4 commit 18f746aCopy full SHA for 18f746a
dot_files/hypr/hyprland.conf
@@ -67,6 +67,12 @@ exec-once = swayosd-server
67
# Idle / Lock
68
exec-once = hypridle -c /usr/share/binaryos/config/hypr/hypridle.conf
69
70
+# GNOME Polkit Authentication Agent (for privilege escalation)
71
+exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
72
+
73
+# GNOME Keyring (for secrets management)
74
+exec-once = gnome-keyring-daemon --start --components=secrets
75
76
#############################
77
### ENVIRONMENT VARIABLES ###
78
0 commit comments