From 5dbb185d40010b9de585b5a23bc0f493b63e2798 Mon Sep 17 00:00:00 2001 From: Ronald Date: Tue, 13 Oct 2020 09:52:54 +0100 Subject: [PATCH] Updated volume command to be Alsamixer --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index c7b7521..658fb67 100644 --- a/config.h +++ b/config.h @@ -64,7 +64,7 @@ static const char *webcmd[] = { "firefox", NULL }; static const char *notcmd[] = { "notinfo", NULL }; static const char *xcmd[] = { "pkill", "x", NULL }; static const char *mutecmd[] = { "pulsemixer", "--toggle-mute", NULL }; -static const char *volcmd[] = { "st", "-e", "pulsemixer", NULL }; +static const char *volcmd[] = { "st", "-e", "alsamixer", NULL }; static const char *lockcmd[] = { "slock", NULL }; static const char *filecmd[] = { "st", "-e", "nnn", "-Rd", NULL }; static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "nnn" "-Rd", NULL };