summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 20:46:43 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 20:46:43 -0500
commitd81f5fdf4264919b1d70a012cee74a8e4d8056e8 (patch)
treea630ee6ae3604b28d0f44860eeda6dc7802a7835
parentff4e5d9807aed4e0605a32d0fccb9427621cd6a0 (diff)
Remove unused dmenu colors
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
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";