From be7fc75bdd2b9702106dd77b915361b70218104c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 19:31:39 -0600 Subject: 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 --- dotfiles/hyprland/.gnupg/gpg-agent.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dotfiles/hyprland/.gnupg/gpg-agent.conf (limited to 'dotfiles/hyprland/.gnupg/gpg-agent.conf') 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 -- cgit v1.2.3