35 lines
796 B
YAML
35 lines
796 B
YAML
scrolling:
|
|
# How many lines of scrollback to keep,
|
|
# '0' will disable scrolling.
|
|
history: 10000
|
|
|
|
# Number of lines the viewport will move for every line
|
|
# scrolled when scrollback is enabled (history > 0).
|
|
multiplier: 3
|
|
|
|
# Faux Scrolling
|
|
#
|
|
# The `faux_multiplier` setting controls the number
|
|
# of lines the terminal should scroll when the alternate
|
|
# screen buffer is active. This is used to allow mouse
|
|
# scrolling for applications like `man`.
|
|
#
|
|
# To disable this completely, set `faux_multiplier` to 0.
|
|
faux_multiplier: 3
|
|
|
|
# Automatically scroll to the bottom when new text is written
|
|
# to the terminal.
|
|
auto_scroll: false
|
|
|
|
font:
|
|
size: 8
|
|
|
|
window:
|
|
padding:
|
|
x: 10
|
|
y: 10
|
|
decorations: full
|
|
|
|
import:
|
|
- ~/.config/alacritty/themes/themes/dracula.yaml
|