alacritty: reorganized

This commit is contained in:
PowerUser64 2021-10-24 00:33:53 -07:00
parent 3cf3f07432
commit 1f235c60cc

View file

@ -38,7 +38,7 @@ font:
italic: italic:
family: Sauce Code Pro NF family: Sauce Code Pro NF
size: 11.0 size: 17
offset: offset:
x: 0 x: 0
@ -51,14 +51,13 @@ startup_mode: Fullscreen
window: window:
padding: padding:
x: 2 x: 1
y: 2 y: 1
# scrolling: scrolling:
# # Maximum number of lines in the scrollback buffer. # Number of lines the viewport will move for every line scrolled when
# # Specifying '0' will disable scrolling. # scrollback is enabled (history > 0).
history: 10000 history: 10000
# # Number of lines the viewport will move for every line scrolled when # Scrolling distance multiplier.
# # scrollback is enabled (history > 0).
# multiplier: 10 # multiplier: 10
# # If `true`, bold text is drawn using the bright color variants. # # If `true`, bold text is drawn using the bright color variants.