summaryrefslogtreecommitdiffstats
path: root/config/config.def.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.def.c')
-rw-r--r--config/config.def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index c9b2ec1c..86d0354a 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -111,7 +111,7 @@ Settings config = {
/** Do not use history */
.disable_history = FALSE,
/** Use levenshtein sorting when matching */
- .levenshtein_sort = TRUE,
+ .levenshtein_sort = FALSE,
/** Case sensitivity of the search */
.case_sensitive = FALSE,
/** Separator to use for dmenu mode */