From d49066f486f41d8b23a2a3ac29fd7c8065a28d62 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sun, 2 Aug 2026 13:55:26 +0200 Subject: [PATCH] chore(): potentially workaround gpgconf startup. --- modules/executes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/executes.lua b/modules/executes.lua index ae32b9c..d9c81b7 100644 --- a/modules/executes.lua +++ b/modules/executes.lua @@ -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)