aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-08-11 17:59:49 +0200
committerJoe <rbo@gmx.us>2025-08-11 17:59:49 +0200
commit5b93b238f15c970ab62c4765013858a5ede6795a (patch)
treebe6dbf41dca6c03c1c44435783f1f4b3fe8f870c /config.def.h
parenthack (diff)
downloaddmenu-5b93b238f15c970ab62c4765013858a5ede6795a.tar.gz
dmenu-5b93b238f15c970ab62c4765013858a5ede6795a.tar.bz2
dmenu-5b93b238f15c970ab62c4765013858a5ede6795a.tar.xz
dmenu-5b93b238f15c970ab62c4765013858a5ede6795a.tar.zst
dmenu-5b93b238f15c970ab62c4765013858a5ede6795a.zip
up
Diffstat (limited to '')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 */