|
@@ -13,7 +13,7 @@ pub fn external(tx: &Channel, _cfg: &Config) {
|
|
|
|
|
|
match kind {
|
|
|
'T' => comm::send(tx, "title", line),
|
|
|
- 'M' => comm::send(tx, "cmus", line),
|
|
|
+ 'M' => comm::send(tx, "cmus", &format!("%{{A:cmus:}}{}%{{A}}", line)),
|
|
|
'W' => comm::send(tx, "desktops", &parse_bspwm(line)),
|
|
|
_ => ()
|
|
|
}
|