mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Enable levenshtein by default.
This commit is contained in:
parent
99118420ea
commit
6456512695
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue