summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-06 12:40:28 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-06 12:40:55 +0200
commit8e05106c87b8d1553a39e6f663cc6226211ef8be (patch)
tree99ff95cccd1cca7c0c74f526bef375754268068f /config
parentea3b5a39ca2c1ff6cb469d474f1a8922bfc8cb74 (diff)
Add option to view background image instead of screenshot in fake transparency. Issue #390
Diffstat (limited to 'config')
-rw-r--r--config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 756e59c2..d33a8303 100644
--- a/config/config.c
+++ b/config/config.c
@@ -125,4 +125,5 @@ Settings config = {
.threads = 1,
.scrollbar_width = 8,
.scroll_method = 0,
+ .fake_background = "screenshot",
};