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

18 lines
416 B
YAML
Raw Normal View History

2019-03-12 12:49:36 +00:00
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.5
2019-03-12 12:49:36 +00:00
# Allow terminal applications to change Alacritty's window title.
window.dynamic_title: true
2019-03-12 12:49:36 +00:00
import:
- .config/alacritty/colorscheme.yml