@@ -60,11 +60,6 @@ impl Bar {
.output()
.ok(),
- 'c' => Command::new("cmus-remote")
- .arg("--pause")
- .output()
- .ok(),
-
'm' => Command::new("mpc")
.arg("toggle")
@@ -12,7 +12,6 @@ pub fn external(tx: &Channel, _cfg: &Config) {
let line = line.trim();
match kind {
- 'M' => comm::send(tx, "cmus", &format!("%{{A:cmus:}}{}%{{A}}", line)),
'W' => comm::send(tx, "desktops", &parse_bspwm(line)),
_ => ()
}