From 1a7de3947f03f83a48ef4e1c26102f0ba9f2ca99 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 25 Oct 2023 23:28:42 +0200 Subject: [PATCH] remove unneeded code of dwmlogo patch --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index 2725930..9b7e755 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,6 @@ static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "#2d2d2d", /* after initialization */ - [BACKGROUND] = "black", /* after initialization */ [INPUT] = "#005577", /* during input */ [FAILED] = "#CC3333", /* wrong password */ };