alacritty.yml: Set window dimensions
Set window dimensions as GNOME terminal.
This commit is contained in:
@@ -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)
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user