diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-07-14 04:28:12 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-07-14 04:28:12 +0300 |
commit | 42fe8f180b3ae0ee84ed978bca787d042ca72d79 (patch) | |
tree | 32152891a7293a6343398f9b5c227709a4be4599 /dotfiles/.gnupg | |
parent | c54028716921f75b9c4a5f667504629616df1288 (diff) | |
download | swayrice-42fe8f180b3ae0ee84ed978bca787d042ca72d79.tar.gz swayrice-42fe8f180b3ae0ee84ed978bca787d042ca72d79.zip |
changes around lock script for better handling of gpg key unlocking
Diffstat (limited to 'dotfiles/.gnupg')
-rw-r--r-- | dotfiles/.gnupg/gpg-agent.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.gnupg/gpg-agent.conf b/dotfiles/.gnupg/gpg-agent.conf index 1d09028..b90f973 100644 --- a/dotfiles/.gnupg/gpg-agent.conf +++ b/dotfiles/.gnupg/gpg-agent.conf @@ -1,3 +1,3 @@ allow-preset-passphrase -max-cache-ttl 86400 -default-cache-ttl 86400 +max-cache-ttl 43200 +default-cache-ttl 43200 |