Merge branch 'master' of git.dustvoice.de:DustVoice/dotfiles
This commit is contained in:
commit
81d622fe25
2 changed files with 4 additions and 4 deletions
|
@ -194,8 +194,8 @@ draw_bold_text_with_bright_colors: true
|
||||||
# The dimmed foreground color is calculated automatically if it is not present.
|
# 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`
|
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
|
||||||
# is `false`, the normal foreground color will be used.
|
# is `false`, the normal foreground color will be used.
|
||||||
#dim_foreground: '0x9a9a9a'
|
# dim_foreground: '0x9a9a9a'
|
||||||
#bright_foreground: '0xffffff'
|
# bright_foreground: '0xffffff'
|
||||||
|
|
||||||
# Cursor colors
|
# Cursor colors
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# allow-loopback-pinentry
|
# allow-loopback-pinentry
|
||||||
# pinentry-program /usr/bin/pinentry-curses
|
# pinentry-program /usr/bin/pinentry-curses
|
||||||
# no-grab
|
# no-grab
|
||||||
default-cache-ttl 600
|
default-cache-ttl 120
|
||||||
max-cache-ttl 7200
|
max-cache-ttl 3600
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
|
|
Loading…
Reference in a new issue