diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-03 16:18:00 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-03 16:18:00 +0100 |
commit | 0aaf73b0c4501738e455cbfcf3d5edd501f152cc (patch) | |
tree | 6967fb215bcbccc69962bc960caf5dca3cc801e0 /bin | |
parent | 46b968bbe1e3b308b50a4f16ea365a64a5bf6e3a (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 ;; |