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"