From 9a4620da997e125c017ff2dbe1cbfa1aac704030 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 15 Oct 2025 16:33:22 +0200 Subject: up --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b98316c..bb979ac 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Terminess Nerd Font:style=SemiCondensed:size=15" + "Terminess Nerd Font:style=Bold:size=15" // "BlexMono Nerd Font Medium:size=13" // "BigBlueTermPlus Nerd Font:size=13" }; -- cgit v1.2.3