Skip to content

Commit

Permalink
[rofi-pass] Attempt to improve rofi-pass search
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Oct 17, 2020
1 parent 378fff4 commit 5771700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rofi-pass/config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5771700

Please sign in to comment.