diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2025-01-01 19:16:40 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-01 20:54:59 +0100 |
commit | 6f11b0e8c1a5fa2be1bd83820ccd8569dd2b5fa2 (patch) | |
tree | cf6d8bb5c5ce3ac2b10e1a706aaf9588e850d36d | |
parent | Added fuzzymatch sorting (diff) | |
download | dmenu-6f11b0e8c1a5fa2be1bd83820ccd8569dd2b5fa2.tar.gz dmenu-6f11b0e8c1a5fa2be1bd83820ccd8569dd2b5fa2.tar.bz2 dmenu-6f11b0e8c1a5fa2be1bd83820ccd8569dd2b5fa2.zip |
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h index 625b1a4..57cb061 100644 --- a/config.h +++ b/config.h @@ -5,6 +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[] = { + "TX\\-02:size=10", "Noto Sans Display Nerd Font:size=10" }; |