]> jxnshi.xyz Git - dwm-config.git/commitdiff
Autostart MPD
authorjxnshi <jxnshi@proton.me>
Sat, 25 Jan 2025 20:11:58 +0000 (21:11 +0100)
committerjxnshi <jxnshi@proton.me>
Sat, 25 Jan 2025 20:11:58 +0000 (21:11 +0100)
config.def.h

index b5c72ca3cba00c72daf7d13b8f5a4ad8474be6f7..2bf2b2845b126fe84edcc72ee059ce9f2d96f7cd 100644 (file)
@@ -21,6 +21,7 @@ static const char *colors[][3]      = {
 
 static const char *const autostart[] = {
        "slstatus", NULL,
+       "mpd", NULL,
        NULL /* terminate */
 };