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.
|
||||
#TERM: alacritty
|
||||
|
||||
#window:
|
||||
window:
|
||||
# Window dimensions (changes require restart)
|
||||
#
|
||||
# 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: 143
|
||||
lines: 100
|
||||
|
||||
# Window position (changes require restart)
|
||||
#
|
||||
# Specified in number of pixels.
|
||||
# If the position is not set, the window manager will handle the placement.
|
||||
#position:
|
||||
# x: 0
|
||||
# y: 0
|
||||
position:
|
||||
x: 1275
|
||||
y: 0
|
||||
|
||||
# Window padding (changes require restart)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue