From db0d76c9768ce3a8b66c3db3b79bca56f0b19aef Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 20 May 2019 14:49:21 +0200 Subject: [PATCH] change default shell font size set font size to better fit for laptop screen, makes tmux bar flush in full screen --- .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 3bd3e33..1757c06 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -114,7 +114,7 @@ font: #style: Italic # Point size - size: 13.0 + size: 12.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.