alacritty: set starting window size (rows x cols)
This commit is contained in:
parent
856391f76b
commit
29ebc116cc
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue