dotfiles/.config/alacritty/alacritty.yml

35 lines
547 B
YAML
Raw Normal View History

# 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
# decorations: full
2022-07-10 10:23:34 +03:00
cursor:
style: Beam
font:
normal:
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
import:
- ~/.config/alacritty/colors.yml