diff options
author | joe <rbo@gmx.us> | 2025-10-15 16:30:33 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-15 16:30:33 +0200 |
commit | 9c898e28357d8e907ca8822df8288a5c57358f53 (patch) | |
tree | 357eee770abcac60443352d7b5205aac1afd7785 | |
parent | blexed (diff) | |
download | dmenu-9c898e28357d8e907ca8822df8288a5c57358f53.tar.gz dmenu-9c898e28357d8e907ca8822df8288a5c57358f53.tar.bz2 dmenu-9c898e28357d8e907ca8822df8288a5c57358f53.tar.xz dmenu-9c898e28357d8e907ca8822df8288a5c57358f53.tar.zst dmenu-9c898e28357d8e907ca8822df8288a5c57358f53.zip |
font
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a2bfb22..b98316c 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +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[] = { - "BlexMono Nerd Font Medium:size=13" + "Terminess Nerd Font:style=SemiCondensed:size=15" + // "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 */ |