Remove more comments
This commit is contained in:
parent
f42963bb22
commit
f5d14ac8d9
|
@ -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 } },
|
||||
|
|
Loading…
Reference in New Issue