From 5ee7284e64c7b28a7ac8975f0a48fbb57298610c Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 23 Dec 2024 23:17:31 +0000 Subject: Disable swayimg cache limit --- dot-config/swayimg/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/swayimg/config b/dot-config/swayimg/config index 2a95011..4117ee0 100644 --- a/dot-config/swayimg/config +++ b/dot-config/swayimg/config @@ -51,7 +51,7 @@ preload = 1 # Max size of the thumbnail (pixels) size = 250 # Max number of thumbnails in cache, 0 to unlimit -cache = 100 +cache = 0 # Fill the entire tile with thumbnail (yes/no) fill = yes # Use anti-aliasing for thumbnails (yes/no) -- cgit