diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-27 13:56:08 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-27 13:56:08 +0000 |
commit | ecca21d60ab315338b1057b054f10dd6e0786f76 (patch) | |
tree | 713894aa722af789744ceb0a6d4e1a6215270977 | |
parent | bf758f4c9fae23d76d53f5f926480120df63dbbc (diff) |
Changes pinentry to the gnome3 one
-rw-r--r-- | gpg-agent.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg-agent.conf b/gpg-agent.conf index ed08506..9f1064e 100644 --- a/gpg-agent.conf +++ b/gpg-agent.conf @@ -7,7 +7,7 @@ default-cache-ttl 3600 max-cache-ttl 3600 #pinentry-program /usr/local/bin/pinentry -pinentry-program /usr/bin/pinentry-dmenu +pinentry-program /usr/bin/pinentry-gnome3 allow-loopback-pinentry pinentry-timeout 600 log-file $HOME/.gnupg/gpg-agent.log |