st

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

commit e2f65ca5ce6263ee17e17295d57067eddbae13ba
parent 64949b29d3483d941bbcc9ba3fa2abf57b0f624a
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 19:11:55 -0500

Updated font size

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 = "FiraCode:size=16"; +static char *font = "FiraCode:size=14"; static int borderpx = 2; /*