From 7f8af9dafa9ba7b3ee065b79c68cc0f4b9cb0081 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 5 Apr 2018 14:19:04 +0200 Subject: [PATCH] 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. --- rofi/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config b/rofi/config index 23c089a..9f43d2e 100644 --- a/rofi/config +++ b/rofi/config @@ -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