fuzzymatch patch applyed

This commit is contained in:
2022-12-21 14:54:20 +01:00
parent 7359516d1c
commit 1dec4fb97c
12 changed files with 407 additions and 1 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"