diff 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 |
