configs/.config/alacritty/alacritty.yml

29 lines
463 B
YAML
Raw Normal View History

2020-09-13 21:06:35 +02:00
env:
TERM: "xterm-256color"
2020-12-23 20:19:47 +01:00
shell:
program: /usr/bin/xonsh
2021-04-22 23:59:12 +02:00
# program: /usr/bin/bash
2020-12-23 20:19:47 +01:00
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:
2021-01-22 22:46:38 +01:00
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
background_opacity: 1