alacritty.yml: Set window dimensions

Set window dimensions as GNOME terminal.
This commit is contained in:
2021-08-13 14:24:07 +02:00
parent e7727b1f43
commit 6d167ef9c5

View File

@@ -12,14 +12,14 @@ env:
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
TERM: xterm-256color TERM: xterm-256color
#window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
# #
# Specified in number of columns/lines, not pixels. # Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored. # If both are `0`, this setting is ignored.
#dimensions: dimensions:
# columns: 0 columns: 80
# lines: 0 lines: 24
# Window position (changes require restart) # Window position (changes require restart)
# #