summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
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,
};