Slowly start to move config files up into stow folder

This commit is contained in:
Tibo De Peuter 2023-03-24 08:19:23 +01:00
parent ee6c89ec7f
commit 48c0e0b21e
11 changed files with 11 additions and 11 deletions

View file

@ -102,41 +102,41 @@ window:
#multiplier: 3 #multiplier: 3
# Font configuration # Font configuration
font: # font:
# Normal (roman) font face # Normal (roman) font face
normal: # normal:
# Font family # Font family
# #
# Default: # Default:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: Letter # family: Letter
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Extended # style: Extended
# Bold font face # Bold font face
bold: # bold:
# Font family # Font family
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Letter # family: Letter
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Heavy # style: Heavy
# Italic font face # Italic font face
italic: # italic:
# Font family # Font family
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Letter # family: Letter
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Oblique # style: Oblique
# Bold italic font face # Bold italic font face
#bold_italic: #bold_italic:
@ -404,7 +404,7 @@ bell:
# Duration of the visual bell flash in milliseconds. A `duration` of `0` will # Duration of the visual bell flash in milliseconds. A `duration` of `0` will
# disable the visual bell animation. # disable the visual bell animation.
#duration: 0 duration: 50
# Visual bell animation color. # Visual bell animation color.
#color: '#ffffff' #color: '#ffffff'