From 214de1d2a227fbb60d51dd46e2d7e7421ad43bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 29 Oct 2021 15:46:26 +0200 Subject: [PATCH] Fix font size for machines without scaling --- 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 f599a2e..4ecc1e5 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|int - 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