From ecdbedf4b20e879a2ac9f9c25f26fbda2aef3e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Jul 2022 18:38:58 +0200 Subject: [PATCH] alacritty: Fix font size --- alacritty/alacritty.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml.j2 b/alacritty/alacritty.yml.j2 index e6937e5..8adbbf0 100644 --- a/alacritty/alacritty.yml.j2 +++ b/alacritty/alacritty.yml.j2 @@ -150,7 +150,7 @@ font: style: Bold Italic # Point size - size: {{ machine.font_size }} + size: {{ machine.font_size - 3 }} # 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