diff options
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-x | bin/menuscripts/mcurs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mcurs b/bin/menuscripts/mcurs index 089bce4..32f5525 100755 --- a/bin/menuscripts/mcurs +++ b/bin/menuscripts/mcurs @@ -2,7 +2,7 @@ if [ "$MENUCMD" = "tofi" ] then - menucmd="tofi --width 30% --height 20% --padding-left 2%" + menucmd="tofi --width 30% --height 20% --padding-left 2% --matching-algorithm normal" elif [ "$MENUCMD" = "dmenu" ] then menucmd="dmenu -l 10 -g 1 -x -i" |