summaryrefslogtreecommitdiff
path: root/bin/menuscripts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-xbin/menuscripts/mplay2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mplay b/bin/menuscripts/mplay
index 57af631..5db5068 100755
--- a/bin/menuscripts/mplay
+++ b/bin/menuscripts/mplay
@@ -61,7 +61,7 @@ main()
commander -c -w 8 -y 5)" ;;
all_search)
- song="$(mpc listall | commander -cxh)"
+ song="$(mpc listall | dmenu -l 20 -g 1 -c -x)"
[ "$song" ] || return
play_song "$song";;
quit) return 1 ;;