diff --git a/config.def.h b/config.def.h index 26da304..1a19f69 100644 --- a/config.def.h +++ b/config.def.h @@ -159,12 +159,6 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "st", NULL }; -/* -static const char *upvol[] = { "pulsemixer" , "--change-volume", "+1", NULL }; -static const char *downvol[] = { "pulsemixer" , "--change-volume", "-1", NULL }; -static const char *mutevol[] = { "pulsemixer" , "--toggle-mute", NULL }; -*/ - static Key keys[] = { /* modifier key function argument */ //{ MODKEY, XK_p, spawn, {.v = dmenucmd } },