diff options
Diffstat (limited to '')
-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 |