diff options
author | 2022-12-25 00:47:19 -0500 | |
---|---|---|
committer | 2022-12-25 00:47:19 -0500 | |
commit | b157d7f5c608f4e180ba65d4bb8b84713edf6b3f (patch) | |
tree | 27fef0b0e23b527c361059bd1c8e8d6048479cf8 /.gnupg | |
parent | bed4a98af2931651d5fe73492b39b6edc615cf4c (diff) | |
download | configs-b157d7f5c608f4e180ba65d4bb8b84713edf6b3f.tar.gz configs-b157d7f5c608f4e180ba65d4bb8b84713edf6b3f.tar.xz configs-b157d7f5c608f4e180ba65d4bb8b84713edf6b3f.zip |
Start EXWM through DBus and fix pinentry-gnome3 annoyances
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index af2c254..0f3242d 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -5,8 +5,12 @@ max-cache-ttl 10000000 # max-cache-ttl-ssh 86400 # pinentry-program /home/bandali/.guix-profile/bin/pinentry-emacs -pinentry-program /usr/bin/pinentry-gtk-2 +# pinentry-program /usr/bin/pinentry-gtk-2 # pinentry-program /usr/bin/pinentry-tty allow-emacs-pinentry allow-loopback-pinentry # pinentry-program /home/bandali/usr/dl/pinentry-emacs + +# avoid blocking pinentry-gnome3 for several seconds, by not calling +# to gnome-keyring +no-allow-external-cache |