From 5b93b238f15c970ab62c4765013858a5ede6795a Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 11 Aug 2025 17:59:49 +0200 Subject: up --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b6768c4..8178ae0 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[] = { - "Hack Nerd Font:size=14" + "LiterationMono Nerd Font:size=14" // "BigBlueTermPlus Nerd Font:size=13" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3