blob: 068f8898160fb9f1d9286ca3ade96f1d4c869906 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|