31 lines
No EOL
472 B
YAML
Executable file
31 lines
No EOL
472 B
YAML
Executable file
import:
|
|
- /home/mfocko/.config/alacritty/colors/ayu_dark.yml
|
|
|
|
env:
|
|
TERM: alacritty
|
|
|
|
window:
|
|
dimensions:
|
|
columns: 107
|
|
lines: 30
|
|
|
|
dynamic_padding: true
|
|
decorations: none
|
|
startup_mode: Maximized
|
|
|
|
font:
|
|
normal:
|
|
family: JetBrainsMonoNL Nerd Font
|
|
size: 9.0
|
|
|
|
cursor:
|
|
# Block, Underline, Beam
|
|
style: Underline
|
|
thickness: 0.33
|
|
|
|
key_bindings:
|
|
- key: F11
|
|
action: ToggleFullscreen
|
|
- key: N
|
|
mods: Control|Shift
|
|
action: SpawnNewInstance |