mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2026-04-05 05:51:17 +02:00
3 lines
229 B
Text
3 lines
229 B
Text
# Stop playback, clear the library and add the selection to the library and start playback
|
|
map xd delete %f
|
|
map xc shell cmus-remote -C "set shuffle=false"; cmus-remote --stop --clear --library && cmus-remote --library --play %s
|