diff options
| author | Blake Romero <blake@blkrom.com> | 2025-04-02 21:09:41 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-04-02 21:09:41 +0100 |
| commit | 6b4b0306527e1dfe75b9ee03d37d426719e30bce (patch) | |
| tree | 206d8ae44c40800a0d2954eb8f984123813f553c | |
| parent | a3409d7bf659875c9c7855e0247d3c29a257dfa7 (diff) | |
Fix swayimg antialiasing & info options
| -rw-r--r-- | dot-config/swayimg/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot-config/swayimg/config b/dot-config/swayimg/config index 91f413c..79d5159 100644 --- a/dot-config/swayimg/config +++ b/dot-config/swayimg/config @@ -34,7 +34,7 @@ scale = optimal # Fix position of the image on the window surface (yes/no) fixed = yes # Anti-aliasing (yes/no) -antialiasing = no +antialiasing = none # Run slideshow at startup (yes/no) slideshow = no # Slideshow image display time (seconds) @@ -57,7 +57,7 @@ fill = yes # Store thumbnails (yes/no) pstore = yes # Use anti-aliasing for thumbnails (yes/no) -antialiasing = no +antialiasing = none # Background color of the window (RGBA) window = #000000ff # Background color of the tile (RGBA) @@ -109,7 +109,7 @@ status_timeout = 3 # Display scheme for viewer mode (position = content) [info.viewer] top_left = +name,+format,+filesize,+imagesize,+exif -top_right = +top_right = none bottom_left = status,scale,frame bottom_right = index |
