From b9dfc8f930c1a6e1e6d730fc8f997ae6ee66ecbf Mon Sep 17 00:00:00 2001 From: DustVoice Date: Mon, 3 Feb 2020 19:49:34 +0100 Subject: [PATCH 1/2] Change alacritty config file --- .config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index ca42718..819e12c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -194,8 +194,8 @@ draw_bold_text_with_bright_colors: true # The dimmed foreground color is calculated automatically if it is not present. # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors` # is `false`, the normal foreground color will be used. - #dim_foreground: '0x9a9a9a' - #bright_foreground: '0xffffff' + # dim_foreground: '0x9a9a9a' + # bright_foreground: '0xffffff' # Cursor colors # From 21b4f61036e4f39127eb625f1bd18e2a04dda36b Mon Sep 17 00:00:00 2001 From: DustVoice Date: Wed, 5 Feb 2020 23:27:55 +0100 Subject: [PATCH 2/2] Change cache times for gpg --- .gnupg/gpg-agent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 0d64c79..1ad33aa 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,6 +1,6 @@ # allow-loopback-pinentry # pinentry-program /usr/bin/pinentry-curses # no-grab -default-cache-ttl 600 -max-cache-ttl 7200 +default-cache-ttl 120 +max-cache-ttl 3600 enable-ssh-support