diff options
| author | joe <rbo@gmx.us> | 2025-10-21 17:11:12 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-21 17:11:12 +0200 |
| commit | 58220bedde795dc73163cf3940fd830c2c719690 (patch) | |
| tree | b3668559ec05fecbda669dc002964e7b35e068d6 | |
| parent | font (diff) | |
| download | dmenu-58220bedde795dc73163cf3940fd830c2c719690.tar.gz dmenu-58220bedde795dc73163cf3940fd830c2c719690.tar.bz2 dmenu-58220bedde795dc73163cf3940fd830c2c719690.tar.xz dmenu-58220bedde795dc73163cf3940fd830c2c719690.tar.zst dmenu-58220bedde795dc73163cf3940fd830c2c719690.zip | |
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
