chore(): potentially workaround gpgconf startup.

This commit is contained in:
2026-08-02 13:56:01 +02:00
parent 9aedc6da54
commit d49066f486
+1
View File
@@ -7,5 +7,6 @@ hl.on("hyprland.start", function()
hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("hyprsunset -i")
hl.exec_cmd("nextcloud --background")
hl.exec_cmd("gpgconf --launch gpg-agent")
hl.exec_cmd("ksecretd")
end)