summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/config/config.def.c b/config/config.def.c
index a7e2e94b..c9b2ec1c 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -131,9 +131,14 @@ Settings config = {
/** Fuzzy matching. */
.fuzzy = FALSE,
/** Monitor */
- .monitor = -1,
- .line_margin = 2,
- .filter = NULL,
- .separator_style = "dash",
+ .monitor = -1,
+ /** set line margin */
+ .line_margin = 2,
+ /** Set filter */
+ .filter = NULL,
+ /** Separator style: dash/solid */
+ .separator_style = "dash",
+ /** Hide scrollbar */
+ .hide_scrollbar = FALSE,
};