summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2015-10-20 18:41:45 +0200
committerQball Cow <qball@gmpclient.org>2015-10-20 18:41:45 +0200
commita7c7cf8159c6fed2c40ee45f25f508b3f1467c9a (patch)
tree419ecf6719ff75072190abb2c698ca3657d5d925 /source/xrmoptions.c
parent64cb4c781c26a2d0fd9c3b6ee0abe4002d13671c (diff)
Add fake transparency
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 2e090215..ac211585 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -133,7 +133,8 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "separator-style", { .str = &config.separator_style }, NULL, "Separator style (none, dash, solid)" },
{ xrm_Boolean, "hide-scrollbar", { .num = &config.hide_scrollbar }, NULL, "Hide the scroll-bar" },
{ xrm_Boolean, "markup-rows", { .num = &config.markup_rows }, NULL, "Show markup" },
- { xrm_Boolean, "fullscreen", { .num = &config.fullscreen }, NULL, "Fullscreen" }
+ { xrm_Boolean, "fullscreen", { .num = &config.fullscreen }, NULL, "Fullscreen" },
+ { xrm_Boolean, "fake-transparency", { .num = &config.fake_transparency }, NULL, "Fake transparency" }
};
// Dynamic options.