From b4b014c59aa08eb7639f8821322386acc7017470 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 17 Oct 2025 22:45:15 +0200 Subject: font --- 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 bb979ac..e28d39e 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=Bold:size=15" + "Terminess Nerd Font:style=Bold:size=12" // "BlexMono Nerd Font Medium:size=13" // "BigBlueTermPlus Nerd Font:size=13" }; -- cgit v1.2.3