From 641a101c90dfd1b6096b584fe0db752a5d5a08e4 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 13 Apr 2014 14:01:06 -0600 Subject: [PATCH] switched volume to 1% --- dwm.config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwm.config.h b/dwm.config.h index 66f1238..fd945ef 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -51,8 +51,8 @@ static const Layout layouts[] = { static const char *dmenucmd[] = { "dmenu_run", "-fn", "Inconsolata-9", "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "termite", NULL }; /*functions for volume control*/ -static const char *upvol[] = { "amixer", "sset", "Master", "5%+", NULL}; -static const char *downvol[] = { "amixer", "sset", "Master", "5%-", NULL}; +static const char *upvol[] = { "amixer", "sset", "Master", "1%+", NULL}; +static const char *downvol[] = { "amixer", "sset", "Master", "1%-", NULL}; static const char *mute[] = { "amixer", "sset", "Master", "toggle", NULL}; static Key keys[] = {