]> Skullheadx's Git Forge - dmenu.git/commitdiff
update config for fuzzymatch master
authorSkullheadx <admonty1@protonmail.com>
Fri, 1 May 2026 12:59:12 +0000 (08:59 -0400)
committerSkullheadx <admonty1@protonmail.com>
Fri, 1 May 2026 13:06:44 +0000 (09:06 -0400)
config.h

index 97be685b7443a7b3ce3b4f697d9e6fd7e5a4e4de..2a032421ad299565f17e618d7b3ac4eae1cc234d 100644 (file)
--- a/config.h
+++ b/config.h
@@ -2,6 +2,7 @@
 /* Default settings; can be overriden by command line. */
 
 static int topbar = 1;                      /* -b  option; if 0, dmenu appears at bottom     */
+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[] = {
        "monospace:size=16"
@@ -11,6 +12,8 @@ static const char *colors[SchemeLast][2] = {
        /*     fg         bg       */
        [SchemeNorm] = { "#bbbbbb", "#222222" },
        [SchemeSel] = { "#eeeeee", "#005577" },
+       [SchemeSelHighlight] = { "#ffc978", "#005577" },
+       [SchemeNormHighlight] = { "#ffc978", "#222222" },
        [SchemeOut] = { "#000000", "#00ffff" },
 };
 /* -l option; if nonzero, dmenu uses vertical list with given number of lines */