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.
TERM: xterm-256color
#window:
window:
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored.
#dimensions:
# columns: 0
# lines: 0
dimensions:
columns: 80
lines: 24
# Window position (changes require restart)
#