From dfc6c11af1a75fc6f6773178db33374632a7abb8 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 24 Oct 2023 04:10:11 +0200 Subject: [PATCH] updated config --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index a9ca1ac..e0b02ee 100644 --- a/config.def.h +++ b/config.def.h @@ -4,6 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int centered = 0; /* -c option; centers dmenu on screen */ static int min_width = 500; /* minimum width when centered */ +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"