From e8e227086bb0027f51cebdf53b22c85666cb466a Mon Sep 17 00:00:00 2001 From: SoominIm <111330163+SoominIm@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:37:25 -0600 Subject: Inputs --- st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index cc99183..733f5ac 100755 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=10:antialias=true:autohint=true"; static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true"}; static int borderpx = 2; -- cgit v1.2.3