Slowly start to move config files up into stow folder
This commit is contained in:
parent
ee6c89ec7f
commit
48c0e0b21e
11 changed files with 11 additions and 11 deletions
|
@ -102,41 +102,41 @@ window:
|
|||
#multiplier: 3
|
||||
|
||||
# Font configuration
|
||||
font:
|
||||
# font:
|
||||
# Normal (roman) font face
|
||||
normal:
|
||||
# normal:
|
||||
# Font family
|
||||
#
|
||||
# Default:
|
||||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
family: Letter
|
||||
# family: Letter
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Extended
|
||||
# style: Extended
|
||||
|
||||
# Bold font face
|
||||
bold:
|
||||
# bold:
|
||||
# Font family
|
||||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: Letter
|
||||
# family: Letter
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Heavy
|
||||
# style: Heavy
|
||||
|
||||
# Italic font face
|
||||
italic:
|
||||
# italic:
|
||||
# Font family
|
||||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: Letter
|
||||
# family: Letter
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Oblique
|
||||
# style: Oblique
|
||||
|
||||
# Bold italic font face
|
||||
#bold_italic:
|
||||
|
@ -404,7 +404,7 @@ bell:
|
|||
|
||||
# Duration of the visual bell flash in milliseconds. A `duration` of `0` will
|
||||
# disable the visual bell animation.
|
||||
#duration: 0
|
||||
duration: 50
|
||||
|
||||
# Visual bell animation color.
|
||||
#color: '#ffffff'
|
Loading…
Reference in a new issue