dotfiles/alacritty/.config/alacritty/alacritty.yml

19 lines
438 B
YAML

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: 3
font:
size: 12
# Allow terminal applications to change Alacritty's window title.
window.dynamic_title: true
background_opacity: 1.0
import:
- .config/alacritty/colorscheme.yml