From 62c11731b298825ebdda0682ea7a44b8c2c905ba Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 29 Sep 2021 23:03:59 +0200 Subject: [PATCH] Decrease the terminal text size --- .config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 66b139a..ba976cc 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -148,7 +148,7 @@ font: style: Bold Italic # Point size - size: 13.0 + size: 11.5 # 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.