From 6b4b0306527e1dfe75b9ee03d37d426719e30bce Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 2 Apr 2025 21:09:41 +0100 Subject: Fix swayimg antialiasing & info options --- dot-config/swayimg/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot-config/swayimg') 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 -- cgit