From 102c6fd78c09a8e136d08ab3e87fcc9b194eb593 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 15 Jun 2021 16:14:40 -0400 Subject: [PATCH] gpg: increase timeout --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index be4c70b..c4277a6 100644 --- a/config.org +++ b/config.org @@ -1217,8 +1217,8 @@ I use tmux in order to keep my st build light. Still learning how it works. *** Agent #+begin_src conf :tangle ~/.gnupg/gpg-agent.conf pinentry-program /sbin/pinentry - max-cache-ttl 600 - default-cache-ttl 600 + max-cache-ttl 6000 + default-cache-ttl 6000 allow-emacs-pinentry #+end_src ** Xmodmap -- 2.39.2