dotfiles/alacritty/alacritty.yml

33 lines
594 B
YAML
Raw Normal View History

window:
2021-05-03 03:37:33 +00:00
dynamic_title: true
dynamic_padding: false
decorations: none
startup_mode: Maximized
opacity: 1
scrolling:
history: 10000
multiplier: 3
font:
normal:
2020-05-21 15:16:15 +00:00
family: monospace
family: Source Code Pro
family: Fira Code
family: Iosevka
normal:
family: monospace
style: Regular
size: 15.0
use_thin_strokes: true
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
save_to_clipboard: false
# Live config reload (changes require restart)
live_config_reload: true
# Send ESC (\x1b) before characters when alt is pressed.
alt_send_esc: true