diff options
-rw-r--r-- | gpg-agent.conf | 5 | ||||
-rwxr-xr-x | install.sh | 1 |
2 files changed, 6 insertions, 0 deletions
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 @@ -22,6 +22,7 @@ CONFIGS=( ["sway"]=".config" [".Xresources"]="." [".radare2rc"]="." [".bash_profile"]="." + ["gpg-agent.conf"]=".gnupg" ) declare -A SETS |