diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 21:34:45 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 21:34:45 +0200 |
commit | b1ef4dd05c424b196135ec767b4ac987112edae6 (patch) | |
tree | d102ab2ce150e6ff3f4af1ff48657dea805152ed /bin/menuscripts/mplay | |
parent | 471773d660e01ad928a9899ecf18081775268645 (diff) | |
parent | 5acc9f0cd80141e74b35601e69fc59e5a50b225f (diff) |
M.erge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/menuscripts/mplay')
-rwxr-xr-x | bin/menuscripts/mplay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mplay b/bin/menuscripts/mplay index 4c991fa..08fcc46 100755 --- a/bin/menuscripts/mplay +++ b/bin/menuscripts/mplay @@ -2,7 +2,7 @@ # menu select long if [ "$MENUCMD" = "tofi" ] then - menucmd="tofi --width 50% --height 30%" + menucmd="tofi --width 50% --height 30% --matching-algorithm normal" elif [ "$MENUCMD" = "dmenu" ] then menucmd="dmenu -l 10 -g 1 -x -i" |