From e7b18d3a88ba754738919883cf70f498654432ee Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 9 Feb 2016 07:37:48 +0100 Subject: Issue: #334: Only allow markup-rows to be set on cmdline This should avoid people setting this in XResrouces and breaking random dmenu scripts. --- config/config.def.c | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/config.def.c b/config/config.def.c index 8023cd8f..e06eefff 100644 --- a/config/config.def.c +++ b/config/config.def.c @@ -144,7 +144,6 @@ Settings config = { .separator_style = "dash", /** Hide scrollbar */ .hide_scrollbar = FALSE, - .markup_rows = FALSE, .fullscreen = FALSE, .fake_transparency = FALSE, .dpi = -1, -- cgit v1.2.3