diff options
| author | joe <rbo@gmx.us> | 2025-10-21 16:38:23 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-21 16:38:23 +0200 |
| commit | 16ddd8c5f8fc93ed5a522063115f40ab16302b24 (patch) | |
| tree | 19f37706325aa1a0583c3f845049f71b694422da | |
| parent | font (diff) | |
| download | dmenu-16ddd8c5f8fc93ed5a522063115f40ab16302b24.tar.gz dmenu-16ddd8c5f8fc93ed5a522063115f40ab16302b24.tar.bz2 dmenu-16ddd8c5f8fc93ed5a522063115f40ab16302b24.tar.xz dmenu-16ddd8c5f8fc93ed5a522063115f40ab16302b24.tar.zst dmenu-16ddd8c5f8fc93ed5a522063115f40ab16302b24.zip | |
font
| -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 e28d39e..547e1b6 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[] = { - "Terminess Nerd Font:style=Bold:size=12" + "MonaspiceNe Nerd Font:style=Medium:size=12" // "BlexMono Nerd Font Medium:size=13" // "BigBlueTermPlus Nerd Font:size=13" }; |
