From f5d14ac8d9a0a0cc70b4ca06c4e0ca0d82c5366d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 4 Mar 2022 21:26:55 -0300 Subject: [PATCH] Remove more comments --- config.def.h | 6 ------ 1 file changed, 6 deletions(-) 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 } },