summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
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 /source/xrmoptions.c
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 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 193a8e4a..e02ed530 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -134,7 +134,6 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "filter", { .str = &config.filter }, NULL, "Pre-set filter" },
{ xrm_String, "separator-style", { .str = &config.separator_style }, NULL, "Separator style (none, dash, solid)" },
{ xrm_Boolean, "hide-scrollbar", { .num = &config.hide_scrollbar }, NULL, "Hide scroll-bar" },
- { xrm_Boolean, "markup-rows", { .num = &config.markup_rows }, NULL, "Show markup" },
{ xrm_Boolean, "fullscreen", { .num = &config.fullscreen }, NULL, "Fullscreen" },
{ xrm_Boolean, "fake-transparency", { .num = &config.fake_transparency }, NULL, "Fake transparency" },
{ xrm_SNumber, "dpi", { .snum = &config.dpi }, NULL, "DPI" },