Updated volume command to be Alsamixer

master
Ronald 5 years ago
parent e720e922a6
commit 5dbb185d40

@ -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 };

Loading…
Cancel
Save