From: jxnshi Date: Sat, 25 Jan 2025 20:11:58 +0000 (+0100) Subject: Autostart MPD X-Git-Url: https://jxnshi.xyz/repos?a=commitdiff_plain;h=c94b13868fffd1736838a8c9e99a7956773ee2ba;p=dwm-config.git Autostart MPD --- diff --git a/config.def.h b/config.def.h index b5c72ca..2bf2b28 100644 --- a/config.def.h +++ b/config.def.h @@ -21,6 +21,7 @@ static const char *colors[][3] = { static const char *const autostart[] = { "slstatus", NULL, + "mpd", NULL, NULL /* terminate */ };