diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 19:31:39 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 19:31:39 -0600 |
| commit | be7fc75bdd2b9702106dd77b915361b70218104c (patch) | |
| tree | 13a8da39be83ae2c5836f12c403bb6dae4f69e26 /dotfiles/hyprland/.gnupg/gpg-agent.conf | |
| parent | 4211501b901d530ee621399e07b81427ca497040 (diff) | |
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/gpg-agent.conf')
| -rw-r--r-- | dotfiles/hyprland/.gnupg/gpg-agent.conf | 18 |
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 |
