From c94b13868fffd1736838a8c9e99a7956773ee2ba Mon Sep 17 00:00:00 2001 From: jxnshi Date: Sat, 25 Jan 2025 21:11:58 +0100 Subject: [PATCH] Autostart MPD --- config.def.h | 1 + 1 file changed, 1 insertion(+) 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 */ }; -- 2.49.0