updated alacritty.yml
This commit is contained in:
parent
f30b4e40ac
commit
4dc725cbcb
1 changed files with 7 additions and 7 deletions
|
|
@ -23,23 +23,23 @@
|
||||||
# available, otherwise `xterm-256color` is used.
|
# available, otherwise `xterm-256color` is used.
|
||||||
#TERM: alacritty
|
#TERM: alacritty
|
||||||
|
|
||||||
#window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
#
|
#
|
||||||
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
# 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
|
# 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.
|
# fall back to the window manager's recommended size.
|
||||||
#dimensions:
|
dimensions:
|
||||||
# columns: 0
|
columns: 143
|
||||||
# lines: 0
|
lines: 100
|
||||||
|
|
||||||
# Window position (changes require restart)
|
# Window position (changes require restart)
|
||||||
#
|
#
|
||||||
# Specified in number of pixels.
|
# Specified in number of pixels.
|
||||||
# If the position is not set, the window manager will handle the placement.
|
# If the position is not set, the window manager will handle the placement.
|
||||||
#position:
|
position:
|
||||||
# x: 0
|
x: 1275
|
||||||
# y: 0
|
y: 0
|
||||||
|
|
||||||
# Window padding (changes require restart)
|
# Window padding (changes require restart)
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue