From eacae4ea3e411ff549aa625f55b6d44d0291ab9a Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sat, 29 Mar 2014 12:57:03 -0600 Subject: [PATCH] fixed some syntax errors in dwm --- dwm.config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm.config.h b/dwm.config.h index c506e03..656231e 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -51,9 +51,9 @@ static const Layout layouts[] = { static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "uxterm", NULL }; /*functions for volume control*/ -static const char *upvol[] = { "amixer, "sset", "Master", "5%+", NULL}; -static const char *updown[] = { "amixer, "sset", "Master", "5%-", NULL}; -static const char *mute[] = { "amixer, "sset", "Master", "toggle", NULL}; +static const char *upvol[] = { "amixer", "sset", "Master", "5%+", NULL}; +static const char *downvol[] = { "amixer", "sset", "Master", "5%-", NULL}; +static const char *mute[] = { "amixer", "sset", "Master", "toggle", NULL}; static Key keys[] = { /* modifier key function argument */