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, 2 insertions, 0 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 1bc122c0..e971737d 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -110,6 +110,8 @@ Settings config = {
.fixed_num_lines = FALSE,
/** Do not use history */
.disable_history = FALSE,
+ /** Use levenshtein sorting when matching */
+ .levenshtein_sort = FALSE,
/** Case sensitivity of the search */
.case_sensitive = FALSE,
/** Separator to use for dmenu mode */