diff --git a/config/config.def.c b/config/config.def.c index 95a51df4..5ff37ea0 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 = FALSE, + .levenshtein_sort = TRUE, /** Case sensitivity of the search */ .case_sensitive = FALSE, /** Separator to use for dmenu mode */