st

My st build
git clone https://git.regexghost.com/st.git
Log | Files | Refs | README | LICENSE

commit a90907e07af9d41986bf1a76d4e3634fd85539bf
parent 65f7307c82e86da679bed3bae383304f5aa588ca
Author: regexghost <regexghost@protonmail.com>
Date:   Thu,  7 May 2026 13:58:10 +0100

changed font to Fire Code size 13

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/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 = "Fira Code:pixelsize=13:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */