From 5f3acb3c407c680228c567dffe362108c010ddae Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 11 Aug 2023 14:03:58 -0500 Subject: changing audio scratchpad to pulsemixer --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 04f20a0..561dd78 100644 --- a/config.def.h +++ b/config.def.h @@ -52,7 +52,7 @@ const char *spcmd6[] = {"wezterm", "start", "--class", "spfm", "-e", "lf", N St takes a -g flag: */ -const char *spcmd1[] = {"st", "-n", "spaudio", "-g", "120x35", "-e", "mixertui", NULL }; +const char *spcmd1[] = {"st", "-n", "spaudio", "-g", "120x35", "-e", "pulsemixer", NULL }; const char *spcmd2[] = {"st", "-n", "spmon", "-g", "120x35", "-e", "htop", NULL }; const char *spcmd3[] = {"st", "-n", "spmp", "-g", "120x35", "-e", "ncmpcpp", NULL }; const char *spcmd4[] = {"st", "-n", "spbt", "-g", "120x35", "-e", "tremc", NULL }; -- cgit v1.2.3