configs/.config/alacritty/alacritty.yml

22 lines
380 B
YAML
Raw Normal View History

2020-09-13 21:06:35 +02:00
env:
TERM: "xterm-256color"
2020-11-11 18:55:40 +01:00
# Font configuration (changes require restart)
font:
# The size to use.
size: 8
normal:
family: Comic Mono
style: Regular
# The bold font face
bold:
family: Comic Mono
style: Bold
# The italic font face
italic:
family: Comic Mono
2020-09-13 21:06:35 +02:00
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }