Update .config/alacritty/alacritty.yml

This commit is contained in:
Kasper Juul Hermansen 2023-07-27 12:35:10 +02:00
parent bbc55361de
commit cbc3046fb7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -111,7 +111,7 @@ window:
# - OnlyRight # - OnlyRight
# - Both # - Both
# - None (default) # - None (default)
#option_as_alt: None option_as_alt: OnlyLeft
#scrolling: #scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
@ -124,16 +124,20 @@ window:
# Font configuration # Font configuration
font: font:
normal: normal:
family: Hack Nerd Font Mono #family: Hack Nerd Font Mono
family: {{ .monospace_font }}
style: Regular style: Regular
bold: bold:
family: Hack Nerd Font Mono #family: Hack Nerd Font Mono
family: {{ .monospace_font }}
style: Bold style: Bold
italic: italic:
family: Hack Nerd Font Mono #family: Hack Nerd Font Mono
family: {{ .monospace_font }}
style: Italic style: Italic
normal: normal:
bold_italic: Hack Nerd Font Mono #bold_italic: Hack Nerd Font Mono
bold_italic: {{ .monospace_font }}
style: Bold Italic style: Bold Italic
# Normal (roman) font face # Normal (roman) font face
#normal: #normal: