aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-08-12 10:18:30 +0200
committerJoe <rbo@gmx.us>2025-08-12 10:18:30 +0200
commit915c2c31cd0ff6b5e047c3240c15d80eeee5f75e (patch)
treedc026f37a9da6ae9d5ead978ae0dad9e5dad04d6 /config.def.h
parentup (diff)
downloaddmenu-915c2c31cd0ff6b5e047c3240c15d80eeee5f75e.tar.gz
dmenu-915c2c31cd0ff6b5e047c3240c15d80eeee5f75e.tar.bz2
dmenu-915c2c31cd0ff6b5e047c3240c15d80eeee5f75e.tar.xz
dmenu-915c2c31cd0ff6b5e047c3240c15d80eeee5f75e.tar.zst
dmenu-915c2c31cd0ff6b5e047c3240c15d80eeee5f75e.zip
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1d80c6d..a2bfb22 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[] = {
- "Cousine Nerd Font:size=14"
+ "BlexMono Nerd Font Medium:size=13"
// "BigBlueTermPlus Nerd Font:size=13"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */