Adjust terminal fonts for Alacritty and Emacs vterm

This commit is contained in:
Fabio Scotto di Santolo
2026-04-17 17:50:23 +02:00
parent 2711736623
commit f83fad1ebe
3 changed files with 17 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ opacity = 1.0
[font]
normal = { family = "Liberation Mono", style = "Regular" }
size = 10
size = 12
[scrolling]
history = 10000
@@ -41,4 +41,4 @@ white = "#ffffff"
bindings = [
{ key = "V", mods = "Control|Shift", action = "Paste" },
{ key = "C", mods = "Control|Shift", action = "Copy" }
]
]