aboutsummaryrefslogtreecommitdiff
path: root/.gnupg
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-09-06 10:08:46 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-09-06 10:08:46 +0200
commitc45718acd7c6f13fb7e5d027c8c821b15973fa53 (patch)
tree3686d2f7ae8d9e569145f2a5c8666e23bdb07af8 /.gnupg
parent5d65106c04db8c8e69d3c28f9b50af6fdf6f5fa5 (diff)
downloaddotfiles-c45718acd7c6f13fb7e5d027c8c821b15973fa53.tar.gz
dotfiles-c45718acd7c6f13fb7e5d027c8c821b15973fa53.zip
gnupg: Use the bare /usr/bin/pinentry script
This is script provided by the distribution (at least it is on openSUSE!), and it picks the right binary for the current environment. So just use that instead of a hardcoded one. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.gnupg')
-rw-r--r--.gnupg/gpg-agent.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index 67c7dae..832ab23 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -1,5 +1,5 @@
-pinentry-program /usr/bin/pinentry-qt4
+pinentry-program /usr/bin/pinentry
max-cache-ttl 720000
default-cache-ttl 720000
enable-ssh-support
-use-standard-socket \ No newline at end of file
+use-standard-socket