summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-09 07:37:48 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-09 07:37:48 +0100
commite7b18d3a88ba754738919883cf70f498654432ee (patch)
tree444c22e8a6e7ce376927728ff048a8be3e471306 /config
parent0a8148a95a95b45cc17e4617fb209d8a99172ea0 (diff)
Issue: #334: Only allow markup-rows to be set on cmdline
This should avoid people setting this in XResrouces and breaking random dmenu scripts.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c1
1 files changed, 0 insertions, 1 deletions
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,