From 341e8c58e8008358b3f62af77ec2e137f54f94bc Mon Sep 17 00:00:00 2001 From: Evan Overman Date: Sun, 16 Jun 2024 00:04:10 -0700 Subject: [PATCH] update config manual --- extra/swayimgrc.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/swayimgrc.5 b/extra/swayimgrc.5 index f516368..b76da71 100644 --- a/extra/swayimgrc.5 +++ b/extra/swayimgrc.5 @@ -70,6 +70,7 @@ Set background for transparent images: \fInone\fR: fully transparent, window color will be use; \fIgrid\fR: draw chessboard (default); \fI#COLOR\fR: solid RGB color in hex format, e.g `#102030`. +\fI#COLOR\fR: RGBA color in hex format, e.g `#10203040`. .\" ---------------------------------------------------------------------------- .IP "\fBposition\fR = \fI[MODE|COORDINATES]\fR" Set initial position of the window (Sway only): @@ -88,6 +89,7 @@ Set initial size of the window: Set window background: \fInone\fR: transparent window (default); \fI#COLOR\fR: solid RGB color in hex format, e.g `#102030`. +\fI#COLOR\fR: RGBA color in hex format, e.g `#10203040`. .\" ---------------------------------------------------------------------------- .IP "\fBslideshow\fR = \fI[yes|no]\fR" Run slideshow at startup, \fIno\fR by default.