From cd0894b01fb714e90b3946b372c41a77547ef6c7 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 13 Jun 2019 21:38:00 +0200 Subject: [PATCH] Set terminal font size to more reasonable 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 1757c06..de4d65e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -114,7 +114,7 @@ font: #style: Italic # Point size - size: 12.5 + size: 10.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.