diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-23 23:17:31 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-23 23:17:31 +0000 |
| commit | 5ee7284e64c7b28a7ac8975f0a48fbb57298610c (patch) | |
| tree | 09366c0ea27c8c5719ccc3a95f63b1b635b1ef43 /dot-config/swayimg | |
| parent | ed867998fa23fba6efbb66e94e6cbc39807a8798 (diff) | |
Disable swayimg cache limit
Diffstat (limited to 'dot-config/swayimg')
| -rw-r--r-- | dot-config/swayimg/config | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
