2023-06-11 22:13:13 +03:00
|
|
|
# env:
|
|
|
|
# TERM: xterm-256color
|
2022-07-10 10:23:34 +03:00
|
|
|
window:
|
|
|
|
dynamic_padding: true
|
2023-06-11 22:34:38 +03:00
|
|
|
opacity: 0.85
|
2022-07-10 10:23:34 +03:00
|
|
|
startup_mode: Maximized
|
2023-06-11 22:13:13 +03:00
|
|
|
# decorations: full
|
2022-07-10 10:23:34 +03:00
|
|
|
cursor:
|
|
|
|
style: Beam
|
|
|
|
font:
|
|
|
|
normal:
|
2023-06-11 22:13:13 +03:00
|
|
|
family: Monospace
|
|
|
|
style: Regular
|
2022-07-10 10:23:34 +03:00
|
|
|
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
|
2023-06-11 22:13:13 +03:00
|
|
|
import:
|
|
|
|
- ~/.config/alacritty/colors.yml
|
|
|
|
|