gardesk/gar / 042bedf

Browse files

default to garcard auth agent

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
042bedfa30ea46778d71fca423739ebeec01731c
Parents
124c7fe
Tree
8db03d1

1 changed file

StatusFile+-
M examples/init.lua 5 1
examples/init.luamodified
@@ -16,7 +16,11 @@ gar.exec_once("garclip daemon --foreground")
1616
 gar.exec_once("gartray daemon")
1717
 
1818
 -- Polkit authentication agent (needed for power actions via D-Bus)
19
-gar.exec_once("/usr/libexec/kf6/polkit-kde-authentication-agent-1")
19
+gar.exec_once("garcard daemon")
20
+
21
+-- External fallback authentication agents (optional):
22
+-- gar.exec_once("/usr/libexec/kf6/polkit-kde-authentication-agent-1")
23
+-- gar.exec_once("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
2024
 
2125
 -- Uncomment the ones you want:
2226
 -- gar.exec_once("picom")                      -- Compositor (for transparency/shadows)