From 3b84bb7e72a415c987f83b2b6679debe89708b5a Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 15 Oct 2025 15:30:47 +0200 Subject: font --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 740e041..321a803 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "BlexMono Nerd Font:size=13"; +static char *font = "Terminess Nerd Font:size=15"; +/* static char *font = "BlexMono Nerd Font:size=13"; */ static int borderpx = 0; /* -- cgit v1.2.3