chore(gpg-agent): gpg-agent runs w/o command

This commit is contained in:
2026-08-08 21:54:16 +02:00
parent 01d3d40ee1
commit 002fbc7f45
-1
View File
@@ -6,7 +6,6 @@ hl.on("hyprland.start", function()
hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("hyprsunset -i")
hl.exec_cmd("gpg --launch gpg-agent")
hl.exec_cmd("ksecretd")
hl.exec_cmd("nextcloud --background")
end)