updated alacritty.yml

This commit is contained in:
tomit4 2021-09-26 11:11:02 -07:00
parent f30b4e40ac
commit 4dc725cbcb

View file

@ -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)
#