From fc683143e69423d322d020e9aeae36a6346ec045 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Tue, 23 May 2023 20:02:37 -0400 Subject: [PATCH] fixed the music player on dwm --- user/.config/suckless/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/.config/suckless/dwm/config.def.h b/user/.config/suckless/dwm/config.def.h index a9c78957a..e64cf22f2 100644 --- a/user/.config/suckless/dwm/config.def.h +++ b/user/.config/suckless/dwm/config.def.h @@ -30,7 +30,7 @@ const char *spcmd4[] = {"st", "-n", "spani", "-g", "140x35", "-e", "ani-cli", NU const char *spcmd5[] = {"st", "-n", "spytf", "-g", "140x35", "-e", "ytfzf", "-flst", NULL }; const char *spcmd6[] = {"st", "-n", "spamx", "-g", "140x35", "-e", "alsamixer", NULL }; const char *spcmd7[] = {"st", "-n", "sppmx", "-g", "140x35", "-e", "pulsemixer", NULL }; -const char *spcmd8[] = {"st", "-n", "spmsc", "-g", "140x35", "-e", "cmus", NULL }; +const char *spcmd8[] = {"st", "-n", "spmsc", "-g", "140x35", "-e", "musikcube", NULL }; const char *spcmd9[] = {"st", "-n", "spflm", "-g", "140x35", "-e", ".config/vifm/scripts/vifmrun", NULL }; const char *spcmd10[] = {"st", "-n", "sptot", "-g", "140x35", "-e", "tut", NULL }; const char *spcmd11[] = {"st", "-n", "spytm", "-g", "140x35", "-e", "ytfzf", "-mlst", NULL };