diff options
author | Amin Bandali <bandali@gnu.org> | 2019-06-08 20:55:50 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-06-08 20:55:50 -0400 |
commit | 6a599b1293e176e9103eeb93e79da604aa21b5ea (patch) | |
tree | 5bd1d1141e93e6e9d9fa17185b494bf3ac690435 | |
parent | a60a7887ed404a7e5277775d8ff112850cc9cf9d (diff) | |
download | configs-6a599b1293e176e9103eeb93e79da604aa21b5ea.tar.gz configs-6a599b1293e176e9103eeb93e79da604aa21b5ea.tar.xz configs-6a599b1293e176e9103eeb93e79da604aa21b5ea.zip |
gnupg: use a gtk3-based pinentry-program
-rw-r--r-- | .gnupg/gpg-agent.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4b7f1d9..84113b7 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -4,4 +4,4 @@ max-cache-ttl 43200 default-cache-ttl-ssh 10800 max-cache-ttl-ssh 10800 -# pinentry-program /usr/bin/pinentry-qt +pinentry-program /usr/bin/pinentry-gnome3 |