From 110967e58ed4dfd4d861312c29f22938b03922a9 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 19 Jan 2025 22:45:59 +0000 Subject: Enable thumbnail saving for swayimg --- dot-config/swayimg/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config') diff --git a/dot-config/swayimg/config b/dot-config/swayimg/config index 4117ee0..91f413c 100644 --- a/dot-config/swayimg/config +++ b/dot-config/swayimg/config @@ -54,6 +54,8 @@ size = 250 cache = 0 # Fill the entire tile with thumbnail (yes/no) fill = yes +# Store thumbnails (yes/no) +pstore = yes # Use anti-aliasing for thumbnails (yes/no) antialiasing = no # Background color of the window (RGBA) -- cgit