diff options
Diffstat (limited to 'base/config/i3/autostart.d/20_gpg-agent')
-rw-r--r-- | base/config/i3/autostart.d/20_gpg-agent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/config/i3/autostart.d/20_gpg-agent b/base/config/i3/autostart.d/20_gpg-agent new file mode 100644 index 0000000..cec15e2 --- /dev/null +++ b/base/config/i3/autostart.d/20_gpg-agent @@ -0,0 +1,2 @@ +exec --no-startup-id gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info" + |