diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-26 12:49:16 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-26 12:49:16 +0900 |
| commit | dff9f14df74332c3f56615f6bd10b6261dab43d0 (patch) | |
| tree | a35a2ef968d645ceb9e5cf54d4eb3b42cc518a55 /ar | |
| parent | 81114ca24f85a268a9c747ac27e4d853d9d55726 (diff) | |
modified bin/mpdmenu, modified Music/.music.txt
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/mpdmenu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ar/.local/bin/mpdmenu b/ar/.local/bin/mpdmenu index 7a21859..e6634fd 100755 --- a/ar/.local/bin/mpdmenu +++ b/ar/.local/bin/mpdmenu @@ -93,12 +93,14 @@ case "$mode" in *) exit ;; esac mpc random on + mpc repeat on mpc play 2>/dev/null ;; "playlist") mpc clear mpc load "$(d_playlist)" 2>/dev/null || exit mpc random on + mpc repeat on mpc play 2>/dev/null ;; "queue") |
