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:
M1dgard 2018-04-05 14:19:04 +02:00
parent 6197cea712
commit 7f8af9dafa
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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