From 8ad2a7131ff3239a8f0629c6f78680acc2972e7a Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 10 Nov 2019 17:50:42 +0100 Subject: [PATCH] alacritty: bump font size for sway --- .config/alacritty/alacritty-light.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty-light.yml b/.config/alacritty/alacritty-light.yml index a165ee6..a39b728 100644 --- a/.config/alacritty/alacritty-light.yml +++ b/.config/alacritty/alacritty-light.yml @@ -103,7 +103,7 @@ font: style: Italic # Point size - size: 8.5 + size: 19 # 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.