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