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")
16
 gar.exec_once("gartray daemon")
16
 gar.exec_once("gartray daemon")
17
 
17
 
18
 -- Polkit authentication agent (needed for power actions via D-Bus)
18
 -- 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")
20
 
24
 
21
 -- Uncomment the ones you want:
25
 -- Uncomment the ones you want:
22
 -- gar.exec_once("picom")                      -- Compositor (for transparency/shadows)
26
 -- gar.exec_once("picom")                      -- Compositor (for transparency/shadows)