Remove more comments

This commit is contained in:
Santiago Lo Coco 2022-03-04 21:26:55 -03:00
parent f42963bb22
commit f5d14ac8d9
1 changed files with 0 additions and 6 deletions

View File

@ -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 *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 *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[] = { static Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */
//{ MODKEY, XK_p, spawn, {.v = dmenucmd } }, //{ MODKEY, XK_p, spawn, {.v = dmenucmd } },