Remove unused brightness(Up|Down) command vectors
This commit is contained in:
parent
8bc58274cc
commit
098c55fc5e
4
config.h
4
config.h
|
@ -60,8 +60,8 @@ static const Layout layouts[] = {
|
|||
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[] = { "alacritty", NULL };
|
||||
static const char *brightnessUp[] = { "light", "-A", "2", NULL };
|
||||
static const char *brightnessDown[] = { "light", "-U", "2", NULL };
|
||||
/* static const char *brightnessUp[] = { "light", "-A", "2", NULL }; */
|
||||
/* static const char *brightnessDown[] = { "light", "-U", "2", NULL }; */
|
||||
static const char *toggleKeymap[] = { "toggle-keymap", NULL };
|
||||
static const char *compile[] = { "suck", NULL };
|
||||
static const char *pyEvalFrac[] = { "pyeval", "frac", NULL };
|
||||
|
|
Loading…
Reference in New Issue