From d533343af750dcfda2321f33953b66396e767f10 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Wed, 29 Apr 2026 10:46:25 -0700 Subject: st: reduce font size --- src/st/st-0.9.3/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/st/st-0.9.3/config.def.h') diff --git a/src/st/st-0.9.3/config.def.h b/src/st/st-0.9.3/config.def.h index 5a1072f..ed5dedf 100644 --- a/src/st/st-0.9.3/config.def.h +++ b/src/st/st-0.9.3/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Liberation Mono:pixelsize=11:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3