From bdb6abef4a2b3cd3c02443038f43af74fd1bc987 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 13 Jun 2018 11:57:23 +0200 Subject: Sorting cleanup (#816) * Add `-sorting-method` option remove weird -sort-levenshtein. * Fix test for updated cmdline options. * Update manpage --- doc/test_xr.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/test_xr.txt') diff --git a/doc/test_xr.txt b/doc/test_xr.txt index 3c0ee77c..2b3bd585 100644 --- a/doc/test_xr.txt +++ b/doc/test_xr.txt @@ -46,8 +46,8 @@ rofi.window-command: xkill -id {window} rofi.disable-history: false ! "Use sorting" Set from: Default ! rofi.sort: false -! "Use levenshtein sorting also for fuzzy matching" Set from: File -rofi.levenshtein-sort: false +! "Choose the strategy used for sorting: normal (levenshtein) or fzf." Set from: Default +! rofi.sorting-method: ! "Set case-sensitivity" Set from: File rofi.case-sensitive: false ! "Cycle through the results list" Set from: File -- cgit v1.2.3