From 2e73837eb86f927cfd0fcc669e263cfeb05797f3 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 24 Mar 2021 17:49:39 -0500 Subject: Change back to pulsemixer (pipewire is finally working again) --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 0555a77..5150b27 100644 --- a/config.h +++ b/config.h @@ -32,7 +32,7 @@ typedef struct { } Sp; const char *spcmd1[] = { "st", "-g", "150x50", "-n", "sphtop", "-e", "htop", NULL }; const char *spcmd2[] = { "st", "-g", "150x50", "-n", "spterm", NULL }; -const char *spcmd3[] = { "st", "-g", "150x50", "-n", "sppm", "-e", "alsamixer", NULL }; +const char *spcmd3[] = { "st", "-g", "150x50", "-n", "sppm", "-e", "pulsemixer", NULL }; const char *spcmd4[] = { "st", "-g", "150x50", "-n", "spbt", "-e", "bluetoothctl", NULL }; const char *spcmd5[] = { "st", "-g", "150x50", "-n", "spncmp", "-e", "ncmpcpp", NULL }; const char *spcmd6[] = { "st", "-g", "150x50", "-n", "spmutt", "-e", "neomutt", NULL }; -- cgit v1.2.3