summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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"