summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 62adab5d..fe8fcc42 100644
--- a/config/config.c
+++ b/config/config.c
@@ -161,5 +161,7 @@ Settings config = {
.cache_dir = NULL,
.window_thumbnail = FALSE,
.drun_use_desktop_cache = FALSE,
- .drun_reload_desktop_cache = FALSE
+ .drun_reload_desktop_cache = FALSE,
+ /** Benchmarks */
+ .benchmark_ui = FALSE
};