From e8d73038dfec0f2ba69854289a8a1a53041592f8 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Mon, 6 Apr 2020 17:58:27 -0500 Subject: [PATCH] Update alacritty.yml --- .config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 40eb7e2f..d6723a54 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -33,12 +33,12 @@ font: family: "Source Code Pro" style: Italic # Point size - size: 14.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. offset: - x: -1 - y: -1 + x: 0 + y: 0 glyph_offset: x: 0 y: 0