alacritty: set starting window size (rows x cols)

This commit is contained in:
Fernando Schauenburg 2022-10-12 12:04:39 +02:00
parent 856391f76b
commit 29ebc116cc

View file

@ -26,9 +26,9 @@ window:
# Number of lines/columns (not pixels) in the terminal. The number of columns
# must be at least `2`, while using a value of `0` for columns and lines will
# fall back to the window manager's recommended size.
#dimensions:
# columns: 0
# lines: 0
dimensions:
columns: 120
lines: 50
# Window position (changes require restart)
#