diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-05 10:48:22 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-05 10:48:22 +0000 |
commit | a6dda97b8f788537459c74e0f5ae2f7efc387885 (patch) | |
tree | 70c2346a64ecd5be11ced3617d40e6cb3aae887f | |
parent | 4fa81267f57562d77772296b1f825284c5eaae84 (diff) |
Font increase for alacritty
-rw-r--r-- | alacritty.toml | 3 |
1 files changed, 1 insertions, 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 |