Update .config/alacritty/alacritty.yml
This commit is contained in:
parent
bbc55361de
commit
cbc3046fb7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user