alacritty: reorganized
This commit is contained in:
parent
3cf3f07432
commit
1f235c60cc
1 changed files with 9 additions and 10 deletions
|
@ -38,7 +38,7 @@ font:
|
|||
italic:
|
||||
family: Sauce Code Pro NF
|
||||
|
||||
size: 11.0
|
||||
size: 17
|
||||
|
||||
offset:
|
||||
x: 0
|
||||
|
@ -51,15 +51,14 @@ startup_mode: Fullscreen
|
|||
|
||||
window:
|
||||
padding:
|
||||
x: 2
|
||||
y: 2
|
||||
# scrolling:
|
||||
# # Maximum number of lines in the scrollback buffer.
|
||||
# # Specifying '0' will disable scrolling.
|
||||
history: 10000
|
||||
# # Number of lines the viewport will move for every line scrolled when
|
||||
# # scrollback is enabled (history > 0).
|
||||
# multiplier: 10
|
||||
x: 1
|
||||
y: 1
|
||||
scrolling:
|
||||
# Number of lines the viewport will move for every line scrolled when
|
||||
# scrollback is enabled (history > 0).
|
||||
history: 10000
|
||||
# Scrolling distance multiplier.
|
||||
# multiplier: 10
|
||||
|
||||
# # If `true`, bold text is drawn using the bright color variants.
|
||||
# draw_bold_text_with_bright_colors: true
|
||||
|
|
Loading…
Add table
Reference in a new issue