30 lines
476 B
YAML
Executable file
30 lines
476 B
YAML
Executable file
import:
|
|
- /home/mfocko/.config/alacritty/colors/ayu_dark.yml
|
|
|
|
env:
|
|
TERM: alacritty
|
|
|
|
window:
|
|
dynamic_padding: true
|
|
decorations: none
|
|
|
|
font:
|
|
normal:
|
|
family: InputMonoCompressed Nerd Font
|
|
size: 11.0
|
|
|
|
cursor:
|
|
# Block, Underline, Beam
|
|
style: Beam
|
|
thickness: 0.33
|
|
blinking: On
|
|
|
|
key_bindings:
|
|
- key: F11
|
|
action: ToggleFullscreen
|
|
- key: N
|
|
mods: Control|Shift
|
|
action: SpawnNewInstance
|
|
- key: K
|
|
mods: Control|Shift
|
|
action: ClearHistory
|