From 51014d8ea8442e2e5cfb8e27b75bd7b7a3c70d18 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 21 Nov 2020 23:05:28 +0100 Subject: gpg-agent --- gpg-agent.conf | 5 +++++ install.sh | 1 + 2 files changed, 6 insertions(+) create mode 100644 gpg-agent.conf diff --git a/gpg-agent.conf b/gpg-agent.conf new file mode 100644 index 0000000..60bd37f --- /dev/null +++ b/gpg-agent.conf @@ -0,0 +1,5 @@ +default-cache-ttl 300 +max-cache-ttl 1800 + +pinentry-program /usr/bin/pinentry-rofi +grab diff --git a/install.sh b/install.sh index 90ac859..8554980 100755 --- a/install.sh +++ b/install.sh @@ -22,6 +22,7 @@ CONFIGS=( ["sway"]=".config" [".Xresources"]="." [".radare2rc"]="." [".bash_profile"]="." + ["gpg-agent.conf"]=".gnupg" ) declare -A SETS -- cgit v1.2.3