alacritty fullscreen

This commit is contained in:
TheK4n 2022-04-28 00:58:11 +03:00
parent 8c06ec465e
commit 12421dda6b

View File

@ -1,9 +1,6 @@
window: window:
dynamic_title: true
vertical_chars: 50 startup_mode: FullScreen
horizontal_chars: 100
starting_x_offset: 100
starting_y_offset: 100
dimensions: dimensions:
columns: 150 columns: 150
@ -20,7 +17,8 @@ scrolling:
env: env:
TERM: xterm-256color TERM: xterm-256color
WINIT_X11_SCALE_FACTOR: "1" WINIT_X11_SCALE_FACTOR: "1"
key_bindings: key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } - { key: Return, mods: Control|Shift, action: SpawnNewInstance }
- { key: F11, action: ToggleFullScreen } - { key: F11, action: ToggleFullScreen }
live_config_reload: true