Use Comic Code fonts

main
Dan Buch 5 years ago
parent aadcd06a1d
commit e4682b0978
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -87,42 +87,42 @@ tabspaces: 8
# Font configuration (changes require restart) # Font configuration (changes require restart)
font: font:
# Normal (roman) font face # Normal (roman) font face
#normal: normal:
# Font family # Font family
# #
# Default: # Default:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux) monospace # - (Linux) monospace
# - (Windows) Consolas # - (Windows) Consolas
#family: monospace family: Comic Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Regular #style: Regular
# 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: monospace family: Comic Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Bold style: Bold
# 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: monospace family: Comic Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Italic style: Italic
# Point size # Point size
size: 8.0 size: 6.0
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.

@ -1,6 +1,6 @@
set $mod Mod4 set $mod Mod4
font pango:DejaVu Sans Mono 12 font pango:Comic Code Bold 13
exec "setxkbmap -layout dvorak" exec "setxkbmap -layout dvorak"

Loading…
Cancel
Save