34 lines
553 B
YAML
34 lines
553 B
YAML
# env:
|
|
# TERM: xterm-256color
|
|
window:
|
|
dynamic_padding: true
|
|
opacity: 0.85
|
|
startup_mode: Maximized
|
|
# decorations: full
|
|
cursor:
|
|
style: Beam
|
|
font:
|
|
normal:
|
|
family: Monospace
|
|
style: Regular
|
|
# offset:
|
|
# x: 0
|
|
# y: 0
|
|
size: 10
|
|
key_bindings:
|
|
- action: ResetFontSize
|
|
key: Key0
|
|
mods: Control
|
|
- action: IncreaseFontSize
|
|
key: Equals
|
|
mods: Control
|
|
- action: IncreaseFontSize
|
|
key: Plus
|
|
mods: Control
|
|
- action: DecreaseFontSize
|
|
key: Minus
|
|
mods: Control
|
|
live_config_reload: true
|
|
import:
|
|
- ~/.config/alacritty/colors.yml
|
|
|