summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index 70a5c61..a418583 100755
--- a/clerk
+++ b/clerk
@@ -1085,7 +1085,7 @@ IFS='
# show all mpd playlists and load them to queue
dplayQueueLoad () {
- _playlist=$(echo -e "< Return\n---\n$(mpc lsplaylists)" | dmenu_t -p "Load Playlist > ")
+ _playlist=$(echo -e "< Return\n---\n$(mpc lsplaylists | sort)" | dmenu_t -p "Load Playlist > ")
val=$?
if [[ $val -eq 1 ]]; then
exit