From faf0b34986747741592a49996d3c9748ce0090a6 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 26 Jan 2023 23:19:08 -0500 Subject: Pull in fuzzy finder patch --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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" -- cgit v1.2.3