summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-03-24 17:49:39 -0500
committerzachir <zachir@librem.one>2021-03-24 17:49:39 -0500
commit2e73837eb86f927cfd0fcc669e263cfeb05797f3 (patch)
tree38086d3867f17aa6dc84d33e7a206f2747ee5678
parent0033bd25a77bd08ca715ccd002fb4716c795ab3c (diff)
Change back to pulsemixer (pipewire is finally working again)
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 };