summaryrefslogtreecommitdiffstats
path: root/config
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 /config
parent64cb4c781c26a2d0fd9c3b6ee0abe4002d13671c (diff)
Add fake transparency
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.def.c b/config/config.def.c
index fcf2f4cb..701d6cce 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -141,7 +141,8 @@ Settings config = {
/** Separator style: dash/solid */
.separator_style = "dash",
/** Hide scrollbar */
- .hide_scrollbar = FALSE,
- .markup_rows = FALSE,
- .fullscreen = FALSE,
+ .hide_scrollbar = FALSE,
+ .markup_rows = FALSE,
+ .fullscreen = FALSE,
+ .fake_transparency = FALSE,
};