Might help to add the 'prev' command in the wrapper
This commit is contained in:
parent
abd73a7cd3
commit
c74906fb77
|
@ -67,7 +67,7 @@ def "main prev" [--no-icon(-n) # Disables icon in notification
|
|||
--host(-H): string # mpd host
|
||||
] {
|
||||
let host = getHost $host
|
||||
mpc --host $host
|
||||
mpc --host $host prev
|
||||
notify $"Switching to:\n(getCurrent $host)" (not $no_icon) $host
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue