diff options
author | listout <listout@protonmail.com> | 2021-06-20 11:00:22 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-06-20 11:00:22 +0530 |
commit | 4d4a1fd5b5df10efa105a41202250078fb52fb42 (patch) | |
tree | 6100c8c3afa2c5f2847cb9a2334669ab08bf23dd /.gnupg | |
parent | 679eb3e85f585b7481f9ee1605d617786e542682 (diff) |
pinentry to gtk2
Diffstat (limited to '.gnupg')
-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 45f520a..5953e84 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,4 +1,4 @@ no-allow-external-cache default-cache-ttl 28800 max-cache-ttl 28800 -pinentry-program /usr/bin/pinentry-curses +pinentry-program /usr/bin/pinentry-gtk-2 |