From 650d6f71df195dbbd81b45fd2b24d4811f9b06aa Mon Sep 17 00:00:00 2001 From: "Rob C." Date: Wed, 8 Jan 2025 23:55:46 +0100 Subject: [PATCH] Changed window and font size --- alacritty/hezkore.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty/hezkore.toml b/alacritty/hezkore.toml index 6b8ea04..c5332a8 100644 --- a/alacritty/hezkore.toml +++ b/alacritty/hezkore.toml @@ -1,7 +1,7 @@ # Hezkore's Alacritty settings [window] -dimensions = { columns = 120, lines = 32 } -opacity = 0.98 +dimensions = { columns = 127, lines = 35 } +opacity = 0.99 resize_increments = true [bell] @@ -14,7 +14,7 @@ multiplier = 1 [font] normal = { family = "Hack", style = "Regular" } -size = 12 +size = 11.5 [colors] transparent_background_colors = true