diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-02 15:34:51 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-02 15:34:51 +0100 |
commit | 29930df8ff28da3d3215b4c4d0bf64a171f057b8 (patch) | |
tree | 626798d902636d1269345e367289a616c45152cb | |
parent | 7cfb0fe76f83784a0f617fceb0cb5fa27c152b6a (diff) |
Adds gpg-agent.conf
-rw-r--r-- | gpg-agent.conf | 19 | ||||
-rw-r--r-- | xinitrc_artix | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gpg-agent.conf b/gpg-agent.conf new file mode 100644 index 0000000..ed08506 --- /dev/null +++ b/gpg-agent.conf @@ -0,0 +1,19 @@ +# https://github.com/drduh/config/blob/master/gpg-agent.conf +# https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html +# +# THIS SHOULD GO INTO .gnupg directory + +#enable-ssh-support +default-cache-ttl 3600 +max-cache-ttl 3600 +#pinentry-program /usr/local/bin/pinentry +pinentry-program /usr/bin/pinentry-dmenu +allow-loopback-pinentry +pinentry-timeout 600 +log-file $HOME/.gnupg/gpg-agent.log +verbose +debug ipc +debug-pinentry +#pinentry-program /usr/bin/pinentry-tty +#pinentry-program /usr/bin/pinentry-x11 +#pinentry-program /usr/bin/pinentry-curses diff --git a/xinitrc_artix b/xinitrc_artix index 89639c8..ee89cb5 100644 --- a/xinitrc_artix +++ b/xinitrc_artix @@ -53,5 +53,6 @@ fi #xterm -geometry 80x50+494+51 & #xterm -geometry 80x20+494-0 & #exec xterm -geometry 80x66+0+0 -name login +pipewire & syncthing & exec i3 |