From 57717001c3cf3325887d40a0d43f55a5523efc67 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Sat, 17 Oct 2020 13:54:59 -0400 Subject: [PATCH] [rofi-pass] Attempt to improve rofi-pass search --- rofi-pass/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi-pass/config b/rofi-pass/config index 3e20b8c..72cf54e 100644 --- a/rofi-pass/config +++ b/rofi-pass/config @@ -3,7 +3,7 @@ # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -matching fuzzy -sorting-method fzf -sort -i -width 700 "$@" + rofi -sort -sorting-method fzf -i -width 700 "$@" } # keyboard layout (set this to your actual layout. E.g. keyboard="de us"