From 1c1bab4e0f73aadec8def78a5313d22e1fb9462f Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 16 Aug 2024 12:51:54 -0500 Subject: openbsd updates --- alacritty.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'alacritty.toml') diff --git a/alacritty.toml b/alacritty.toml index 77a703e..f3e46c5 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,9 +1,10 @@ [window] -padding = { x = 4, y = 4 } +padding = { x = 2, y = 2 } [font] normal = { family = "Iosevka SS13 Extended", style = "Regular" } -size = 14 +size = 6.5 +offset.y = 2 [colors.primary] foreground = "#000000" -- cgit v1.2.3