Add fuzzymatch diff
This commit is contained in:
4
config.h
4
config.h
@@ -23,4 +23,6 @@ static unsigned int lines = 6;
|
||||
*/
|
||||
static const char worddelimiters[] = " ";
|
||||
|
||||
static const unsigned int border_width = 3;
|
||||
static const unsigned int border_width = 3; /* Size of the window border */
|
||||
|
||||
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
|
||||
|
||||
Reference in New Issue
Block a user