dotfiles/alacritty/.config/alacritty/alacritty.yml
Marty Oehme 72455c22e0
alacritty: New default font size
Embiggened default font size in alacritty. I have come to really like it
(and don't need so much real estate at the moment), it shows off the
beauty of my dear Iosevka font, and lets the tmux bottom bar be flush
with my monitor.

Might change it back at some point, but for now it's perfect.
2021-03-27 22:21:11 +01:00

18 lines
416 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.5
# Allow terminal applications to change Alacritty's window title.
window.dynamic_title: true
import:
- .config/alacritty/colorscheme.yml