Remove unused brightness(Up|Down) command vectors

This commit is contained in:
tosu 2023-08-15 01:17:18 +02:00
parent 8bc58274cc
commit 098c55fc5e
Signed by: tosu
GPG Key ID: C00746F2E0F36492
1 changed files with 2 additions and 2 deletions

View File

@ -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 };