add envs to alacritty conf

This commit is contained in:
TheK4n 2022-04-22 13:38:34 +03:00
parent aa2a21e5a9
commit 036ee6cb5e

View File

@ -14,5 +14,9 @@ scrolling:
history: 100000 history: 100000
multiplier: 3 multiplier: 3
env:
TERM: xterm-256color
WINIT_X11_SCALE_FACTOR: "1"
key_bindings: key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } - { key: Return, mods: Control|Shift, action: SpawnNewInstance }