summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-19 01:10:25 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-19 01:10:25 +0200
commit5acc9f0cd80141e74b35601e69fc59e5a50b225f (patch)
tree58ab001eb151090e2f74fd571ea72f0272837a2a
parentaf008c04da1b2f7be99a82eab70abe4587a2a115 (diff)
don't use prefix for songs
-rwxr-xr-xbin/menuscripts/mplay2
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"