From d81f5fdf4264919b1d70a012cee74a8e4d8056e8 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 26 Jan 2024 20:46:43 -0500 Subject: Remove unused dmenu colors --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index 655c1e7..0329d62 100644 --- a/config.def.h +++ b/config.def.h @@ -11,7 +11,6 @@ static int smartgaps = 0; /* 1 means no outer gap when the static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; -- cgit v1.2.3