From 55237cdb1683c15de1f2cba97d90de26134fc671 Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:01:49 +0500 Subject: [PATCH] switch to cmus --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 72a9d05..afdb79f 100644 --- a/config.h +++ b/config.h @@ -428,7 +428,7 @@ static const char *scratchpadcmd[] = {"s", "st", "-n", "spterm", NULL}; const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x28", NULL }; const char *spcmd2[] = {"st", "-n", "spcalc", "-g", "120x28", "-e", "qalc", "--color", "--interactive", NULL }; const char *spcmd3[] = {"qalculate-gtk", NULL }; -const char *spcmd4[] = {"st", "-n", "spmusic", "-g", "100x25", "-e", "ncmpcpp", NULL }; +const char *spcmd4[] = {"st", "-n", "spmusic", "-g", "100x25", "-e", "cmus", NULL }; const char *spcmd5[] = {"st", "-n", "spnotes", "-g", "120x34", "-e", "spnotes", NULL }; static Sp scratchpads[] = { /* name cmd */