aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.gnupg
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 19:31:39 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 19:31:39 -0600
commitf7cafa3556505fb4fe4971574f684f6780ee2d4c (patch)
tree0fecea7fc277f347cf57a023b014644b815aff92 /dotfiles/hyprland/.gnupg
parent46edac20cdbca12d30e00db56460726583e3ce6d (diff)
downloadarchsetup-f7cafa3556505fb4fe4971574f684f6780ee2d4c.tar.gz
archsetup-f7cafa3556505fb4fe4971574f684f6780ee2d4c.zip
feat(hyprland): add fuzzel launcher and pinentry-fuzzel
- Replace wofi with fuzzel in archsetup - Add fuzzel config with waybar-matching theme - Add pinentry-fuzzel script for GPG passphrase prompts - Add Hyprland-specific gpg-agent.conf using pinentry-fuzzel
Diffstat (limited to 'dotfiles/hyprland/.gnupg')
-rw-r--r--dotfiles/hyprland/.gnupg/gpg-agent.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.gnupg/gpg-agent.conf b/dotfiles/hyprland/.gnupg/gpg-agent.conf
new file mode 100644
index 0000000..068f889
--- /dev/null
+++ b/dotfiles/hyprland/.gnupg/gpg-agent.conf
@@ -0,0 +1,18 @@
+# Pinentry configuration (Wayland/Hyprland)
+pinentry-program ~/.local/bin/pinentry-fuzzel
+pinentry-timeout 10
+allow-loopback-pinentry
+
+# Cache passphrases for entire login session (400 days)
+default-cache-ttl 34560000
+max-cache-ttl 34560000
+
+# Enable SSH support (use gpg-agent for SSH keys too)
+enable-ssh-support
+
+# Prevent external programs from clearing cache
+no-allow-external-cache
+
+# Keep running even when no connections
+keep-display
+keep-tty