diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 01:10:25 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 01:10:25 +0200 | 
| commit | 5acc9f0cd80141e74b35601e69fc59e5a50b225f (patch) | |
| tree | 58ab001eb151090e2f74fd571ea72f0272837a2a /bin | |
| parent | af008c04da1b2f7be99a82eab70abe4587a2a115 (diff) | |
don't use prefix for songs
Diffstat (limited to 'bin')
| -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"   | 
