summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index f6e996c..ca648f9 100644
--- a/init.lua
+++ b/init.lua
@@ -104,7 +104,7 @@ swayimg.gallery.set_window_color(0xff000000) -- window background color
swayimg.gallery.set_pinch_factor(100.0) -- pinch gesture factor
swayimg.gallery.limit_cache(100) -- number of thumbnails stored in memory
swayimg.gallery.enable_preload(false) -- preloading invisible thumbnails
-swayimg.gallery.enable_pstore(false) -- enable persistent storage for thumbnails
+swayimg.gallery.enable_pstore(true) -- enable persistent storage for thumbnails
swayimg.gallery.set_text("topleft", { -- top left text block scheme
"File: {name}"
})