diff options
| author | Joe <rbo@gmx.us> | 2025-08-08 15:55:01 +0200 |
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2025-08-08 15:55:01 +0200 |
| commit | cc91759732d38f17714b1db41457f6bc0f3394e7 (patch) | |
| tree | 7a830dc56524a144d2f8f035b1b89cda4904c6d1 | |
| parent | blex (diff) | |
| download | dmenu-cc91759732d38f17714b1db41457f6bc0f3394e7.tar.gz dmenu-cc91759732d38f17714b1db41457f6bc0f3394e7.tar.bz2 dmenu-cc91759732d38f17714b1db41457f6bc0f3394e7.tar.xz dmenu-cc91759732d38f17714b1db41457f6bc0f3394e7.tar.zst dmenu-cc91759732d38f17714b1db41457f6bc0f3394e7.zip | |
hack
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index c3f71f5..b6768c4 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[] = { - "BlexMono Nerd Font:style=Medium:size=14" + "Hack Nerd Font:size=14" // "BigBlueTermPlus Nerd Font:size=13" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ |
