From 58220bedde795dc73163cf3940fd830c2c719690 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 21 Oct 2025 17:11:12 +0200 Subject: font --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 547e1b6..819c6ba 100644 --- a/config.def.h +++ b/config.def.h @@ -5,8 +5,8 @@ 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[] = { - "MonaspiceNe Nerd Font:style=Medium:size=12" - // "BlexMono Nerd Font Medium:size=13" + // "MonaspiceNe Nerd Font:style=Medium:size=12" + "BlexMono Nerd Font:style=Medium:size=13" // "BigBlueTermPlus Nerd Font:size=13" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3