From d861e06a7999a66ad1263450fa999bc79c11c299 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 10 Feb 2020 16:45:28 +0100 Subject: [PATCH] alacritty: remove line spacing for prettier box drawing --- .config/alacritty/alacritty-dark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty-dark.yml b/.config/alacritty/alacritty-dark.yml index 1b962f8..1b19145 100644 --- a/.config/alacritty/alacritty-dark.yml +++ b/.config/alacritty/alacritty-dark.yml @@ -99,7 +99,7 @@ font: # as modifying the line spacing, and `offset.x` as modifying the letter spacing. offset: x: 0 - y: 2 + y: 0 # Glyph offset determines the locations of the glyphs within their cells with # the default being at the bottom. Increasing `x` moves the glyph to the right,