diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 23:00:16 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 23:00:16 +0200 |
commit | 741eba36cc5fa7cf787db03b6f49f3a569ca8d5b (patch) | |
tree | 30e867960290cf57e8ac44793886594745599720 /bin | |
parent | 8e26af55963a5b7144ad33f889412a2d1e64ef78 (diff) | |
parent | 3c5941df55d843dacf6378317747ed59fe249a5d (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menuscripts/mpass (renamed from bin/guiscripts/mpass) | 4 | ||||
-rwxr-xr-x | bin/menuscripts/mvid | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/guiscripts/mpass b/bin/menuscripts/mpass index 386abdf..ebe3956 100755 --- a/bin/guiscripts/mpass +++ b/bin/menuscripts/mpass @@ -3,12 +3,12 @@ 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:" else - menucmd="fzf" + menucmd="fzf --prompt pass:" fi while [ -d "${store}/${file}" ] do 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" |