From 76b94ef4b1c25fb5511e33e4d6632aa8c88a0e4a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 18 Apr 2023 22:32:01 +0200 Subject: made matching algorithm prefix on default --- bin/guiscripts/mpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts') diff --git a/bin/guiscripts/mpass b/bin/guiscripts/mpass index 386abdf..43f6f09 100755 --- a/bin/guiscripts/mpass +++ b/bin/guiscripts/mpass @@ -3,7 +3,7 @@ store="$HOME/.password-store" lscmd="ls --group-directories-first" if [ "$MENUCMD" = "tofi" ] then - menucmd="tofi --matching-algorithm prefix --prompt pass:" + menucmd="tofi --prompt pass:" elif [ "$MENUCMD" = "dmenu" ] then menucmd="dmenu -l 4 -g 2 -x -i -p pass:" -- cgit v1.2.3