From 8ea7b824d4f2f4327c43a89a2e5644414c8898f2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Nov 2007 11:14:12 +0000 Subject: [PATCH] slightly improve docs --- doc/rxvt.1.pod | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 8986325d..692566ab 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -697,29 +697,29 @@ and the text. =item B I -Use the specified image file for the background and also optionally -specify its scaling with a geometry string B, -in which B<"W" / "H"> specify the horizontal/vertical scale (percent), -and B<"X" / "Y"> locate the image centre (percent). -A scale of 0 displays the image with tiling. A scale of 1 displays the -image without any scaling. A scale of 2 to 9 specifies an integer -number of images in that direction. No image will be magnified beyond -10 times its original size. The maximum permitted scale is 1000. -Additional operations can be specified after colon B<:op1:op2...>. -Supported operations are: - B<"tile"> - force background image to be tiled and not scaled. Equivalent to 0x0, - B<"propscale"> - will scale image keeping proportions, - B<"auto"> - will scale image to match window size. Equivalent to 100x100; - B<"hscale"> - will scale image horizontally to the window size; - B<"vscale"> - will scale image vertically to the window size; - B<"scale"> - will scale image to match window size; - B<"root"> - will tile image as if it was a root window background, auto-adjusting - whenever terminal window moves. - -If used in conjunction with B<-tr> option - specified pixmap will be +Use the specified image file for the background and also +optionally specify its scaling with a geometry string B, +(default C<0x0+50+50>) in which B<"W" / "H"> specify the +horizontal/vertical scale (percent), and B<"X" / "Y"> locate the image +centre (percent). A scale of 0 displays the image with tiling. A scale +of 1 displays the image without any scaling. A scale of 2 to 9 specifies +an integer number of images in that direction. No image will be magnified +beyond 10 times its original size. The maximum permitted scale is 1000. +Additional operations can be specified after colon B<:op1:op2...>. +Supported operations are: + + tile force background image to be tiled and not scaled. Equivalent to 0x0, + propscale will scale image keeping proportions, + auto will scale image to match window size. Equivalent to 100x100; + hscale will scale image horizontally to the window size; + vscale will scale image vertically to the window size; + scale will scale image to match window size; + root will tile image as if it was a root window background, auto-adjusting + whenever terminal window moves. + +If used in conjunction with B<-tr> option, the specified pixmap will be blended over transparency image using either alpha-blending, or any other blending type, specified with B<-blt "type"> option. -[default 0x0+50+50] =item B I -- 2.34.1