diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-19 22:45:59 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-19 22:45:59 +0000 |
| commit | 110967e58ed4dfd4d861312c29f22938b03922a9 (patch) | |
| tree | b7ef113acbce3d6f216fc4b02f7b991c9f73446f /dot-config/swayimg/config | |
| parent | 96b39068b95cb26ce3c4d6250893e6345dbcdeec (diff) | |
Enable thumbnail saving for swayimg
Diffstat (limited to 'dot-config/swayimg/config')
| -rw-r--r-- | dot-config/swayimg/config | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
