From a6dda97b8f788537459c74e0f5ae2f7efc387885 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 5 Mar 2024 10:48:22 +0000 Subject: Font increase for alacritty --- alacritty.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alacritty.toml b/alacritty.toml index a8f5a0d..f919b25 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -8,7 +8,7 @@ decorations = "Full" decorations_theme_variant = "Dark" [font] -size = 10 +size = 13 [font.normal] family = "monospace" @@ -27,7 +27,6 @@ style = "Italic" style.shape = "Block" style.blinking = "Off" - [[hints.enabled]] command = "xdg-open" # On Linux/BSD hyperlinks = true -- cgit v1.2.3