diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 15:48:15 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 15:48:15 +0100 |
commit | 6d18189f7f1a97eb879cb55d35ab41fecb74b07b (patch) | |
tree | 2192b2bdd4d2de0ffe2fdc2d9dc7262b3d8bf36a /bin | |
parent | afbfc2283b8ee7e3710b8aa9371299434e42a32e (diff) | |
parent | 1516ed7a14ae6519407a5928ab04dc22d5310798 (diff) |
checkpoint
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 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 ;; |