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.
This commit is contained in:
parent
ebdfb17bb1
commit
72455c22e0
1 changed files with 3 additions and 1 deletions
|
@ -7,9 +7,11 @@ scrolling:
|
||||||
# scrollback is enabled (history > 0).
|
# scrollback is enabled (history > 0).
|
||||||
multiplier: 3
|
multiplier: 3
|
||||||
|
|
||||||
|
font:
|
||||||
|
size: 12.5
|
||||||
|
|
||||||
# Allow terminal applications to change Alacritty's window title.
|
# Allow terminal applications to change Alacritty's window title.
|
||||||
window.dynamic_title: true
|
window.dynamic_title: true
|
||||||
|
|
||||||
import:
|
import:
|
||||||
- .config/alacritty/colorscheme.yml
|
- .config/alacritty/colorscheme.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue