From 1e5719c94cbc7147902078ccbae992485e2b47e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 15 Dec 2022 22:30:47 +0100 Subject: [PATCH] Fix alacritty 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 c6d28f2..2661a1b 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 - 3 }} + size: {{ machine.font_size }} # 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