From 981039b88c78d43c1258d581fb8e392bfa738a49 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Mon, 10 Aug 2026 09:42:08 -0700 Subject: MOD: fix up st-config.j --- st-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st-config.h b/st-config.h index 5f818e3..90c7267 100644 --- 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 = "Terminus:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Terminus:size=14:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit 1.4.1