Apply Fuzzymatch patch

This commit is contained in:
Mike Wilson
2025-06-18 11:15:32 -04:00
parent 7bb862fc2a
commit 862c166392
6 changed files with 102 additions and 22 deletions

View File

@@ -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=10"