aboutsummaryrefslogtreecommitdiff
path: root/src/dwm
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwm')
-rw-r--r--src/dwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dwm/config.h b/src/dwm/config.h
index 82af23f..05c4971 100644
--- a/src/dwm/config.h
+++ b/src/dwm/config.h
@@ -59,8 +59,8 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *screenshotcmd[] = { "screenshot", NULL };
-static const char *volupcmd[] = { "pactl", "set-sink-volume" "@DEFAULT_SINK@", "+5%", NULL };
-static const char *voldowncmd[] = { "pactl", "set-sink-volume" "@DEFAULT_SINK@", "-5%", NULL };
+static const char *volupcmd[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL };
+static const char *voldowncmd[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL };
static const char *medianextcmd[] = { "playerctl", "next", NULL};
static const char *mediaprevcmd[] = { "playerctl", "previous", NULL};
static const char *mediatogglecmd[] = { "playerctl", "play-pause", NULL};