Change Rofi to glob matching
Fuzzy wasn't doing what I thought. I thought it'd use Levenshtein distance but it matches .* between every character you type, which doesn't do what I want.
This commit is contained in:
parent
6197cea712
commit
7f8af9dafa
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ rofi.levenshtein-sort: true
|
|||
! "Set the modi to combine in combi mode" Set from: Commandline
|
||||
rofi.combi-modi: window,drun,ssh,run
|
||||
! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Commandline
|
||||
rofi.matching: fuzzy
|
||||
rofi.matching: glob
|
||||
! "Tokenize input string" Set from: Default
|
||||
! rofi.tokenize: true
|
||||
! "Monitor id to show on" Set from: Default
|
||||
|
|
Loading…
Reference in a new issue