aboutsummaryrefslogtreecommitdiffstats
path: root/config-desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-desktop.h')
-rw-r--r--config-desktop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 59dea85..15cebe1 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -116,9 +116,9 @@ static const char *editorcmd[] = { "gedit", NULL };
static const char *scrotcmd[] = { "scrot", "/home/eddy/screenshots/%Y-%m-%d-%H:%M:%S.png", NULL };
static const char *lockcmd[] = { "i3lock", "-c", "000000", NULL };
-static const char *lowervolumecmd[] = { "amixer", "-q", "set", "Master", "2dB-", NULL };
-static const char *raisevolumecmd[] = { "amixer", "-q", "set", "Master", "2dB+", NULL };
-static const char *mutevolumecmd[] = { "amixer", "-q", "set", "Master", "toggle", NULL };
+static const char *lowervolumecmd[] = { "amixer", "-D", "pulse", "-q", "set", "Master", "3%-", NULL };
+static const char *raisevolumecmd[] = { "amixer", "-D", "pulse", "-q", "set", "Master", "3%+", NULL };
+static const char *mutevolumecmd[] = { "amixer", "-D", "pulse", "-q", "set", "Master", "toggle", NULL };
static Key keys[] = {
/* modifier key function argument */