diff options
author | 2020-10-12 22:13:45 -0400 | |
---|---|---|
committer | 2020-10-12 22:13:45 -0400 | |
commit | aea662c560fb8fcd37e741adf67be9127f45f03a (patch) | |
tree | b731b248323be906e9b4826e1763bdbbbfc2e851 /.gnupg | |
parent | d4a04655389ef45d35a8f6b7c52cfffce7ac6ff4 (diff) | |
download | configs-aea662c560fb8fcd37e741adf67be9127f45f03a.tar.gz configs-aea662c560fb8fcd37e741adf67be9127f45f03a.tar.xz configs-aea662c560fb8fcd37e741adf67be9127f45f03a.zip |
Some adaptations for my current EXWM setup
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index ba418db..5263551 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -4,6 +4,6 @@ max-cache-ttl 86400 default-cache-ttl-ssh 43200 max-cache-ttl-ssh 86400 -pinentry-program /home/bandali/.guix-profile/bin/pinentry-emacs -allow-emacs-pinentry -allow-loopback-pinentry +# pinentry-program /home/bandali/.guix-profile/bin/pinentry-emacs +# allow-emacs-pinentry +# allow-loopback-pinentry |