summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-18 22:32:01 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-18 22:32:01 +0200
commit76b94ef4b1c25fb5511e33e4d6632aa8c88a0e4a (patch)
tree23b61e6a9bf70dc30bbff38524722f7d25ec5fed /bin
parent444b6fb072835dac17c6f0b18abdb4b730dd2171 (diff)
made matching algorithm prefix on default
Diffstat (limited to 'bin')
-rwxr-xr-xbin/guiscripts/mpass2
-rwxr-xr-xbin/menuscripts/mvid2
2 files changed, 2 insertions, 2 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:"
diff --git a/bin/menuscripts/mvid b/bin/menuscripts/mvid
index a31a221..8d14c4b 100755
--- a/bin/menuscripts/mvid
+++ b/bin/menuscripts/mvid
@@ -8,7 +8,7 @@ cat /tmp/dmvids
if [ "$MENUCMD" = "tofi" ]
then
- menucmd="tofi --width 30% --height 30%"
+ menucmd="tofi --width 30% --height 30% --matching-algorithm normal"
elif [ "$MENUCMD" = "dmenu" ]
then
menucmd="dmenu -l 10 -g 1 -x -i"