diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 22:32:01 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 22:32:01 +0200 | 
| commit | 76b94ef4b1c25fb5511e33e4d6632aa8c88a0e4a (patch) | |
| tree | 23b61e6a9bf70dc30bbff38524722f7d25ec5fed /bin/guiscripts | |
| parent | 444b6fb072835dac17c6f0b18abdb4b730dd2171 (diff) | |
made matching algorithm prefix on default
Diffstat (limited to 'bin/guiscripts')
| -rwxr-xr-x | bin/guiscripts/mpass | 2 | 
1 files changed, 1 insertions, 1 deletions
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:"   | 
