st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 64949b29d3483d941bbcc9ba3fa2abf57b0f624a
parent e0b3b99d46d7dcfffdb950a397ed3d02ed70390a
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 08:53:09 -0500

Updated font

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

diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Literation Mono Nerd Font:pixelsize=16:antialias=true:autohint=true"; +static char *font = "FiraCode:size=16"; static int borderpx = 2; /*