summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-01-26 12:47:04 +0100
committerDave Davenport <qball@gmpclient.org>2020-01-26 12:47:04 +0100
commita35a898816af16300968a4d5d9868f8a53f5c684 (patch)
treedef3b591ac0aa5c770f71b3ca9dac809aeca6814 /config
parentf8be880b45ca69f8e5a29a484018c0d6f4a38265 (diff)
[DRun] Add desktop cache
Add a desktop cache file. Usable for system with slow filesystems. * -drun-use-desktop-cache * -drun-reload-desktop-cache Fixes: #1040
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index c885447e..5f7cdf66 100644
--- a/config/config.c
+++ b/config/config.c
@@ -160,4 +160,6 @@ Settings config = {
.cache_dir = NULL,
.window_thumbnail = FALSE,
+ .drun_use_desktop_cache = FALSE,
+ .drun_reload_desktop_cache = FALSE
};