diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-26 23:19:08 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-26 23:19:08 -0500 |
| commit | faf0b34986747741592a49996d3c9748ce0090a6 (patch) | |
| tree | fcb6612ec03c972fc03fd59d3524ad016d843e2c /config.def.h | |
| parent | 638258a98bd49d7b1ec5fc79525d1154c92efcfe (diff) | |
| download | dmenu-faf0b34986747741592a49996d3c9748ce0090a6.tar.gz dmenu-faf0b34986747741592a49996d3c9748ce0090a6.tar.xz | |
Pull in fuzzy finder patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1edb647..4020385 100644 --- a/config.def.h +++ b/config.def.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 won't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "monospace:size=10" |
