ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.100 by root, Wed Jun 29 13:52:32 2011 UTC vs.
Revision 1.101 by sf-exg, Thu Aug 11 08:49:43 2011 UTC

122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "@@RXVT_NAME@@ 1" 126.IX Title "@@RXVT_NAME@@ 1"
127.TH @@RXVT_NAME@@ 1 "2011-06-29" "@@RXVT_VERSION@@" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 1 "2011-08-11" "@@RXVT_VERSION@@" "RXVT-UNICODE"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
130.if n .ad l 130.if n .ad l
131.nh 131.nh
132.SH "NAME" 132.SH "NAME"
781.IX Item "backgroundPixmap: file[;geom[:op1][:op2][...]]" 781.IX Item "backgroundPixmap: file[;geom[:op1][:op2][...]]"
782Use the specified image file for the background and also 782Use the specified image file for the background and also
783optionally specify its scaling with a geometry string \fBWxH+X+Y\fR, 783optionally specify its scaling with a geometry string \fBWxH+X+Y\fR,
784(default \f(CW\*(C`100x100+50+50\*(C'\fR) in which \fB\*(L"W\*(R" / \*(L"H\*(R"\fR specify the 784(default \f(CW\*(C`100x100+50+50\*(C'\fR) in which \fB\*(L"W\*(R" / \*(L"H\*(R"\fR specify the
785horizontal/vertical scale (percent), and \fB\*(L"X\*(R" / \*(L"Y\*(R"\fR locate the image 785horizontal/vertical scale (percent), and \fB\*(L"X\*(R" / \*(L"Y\*(R"\fR locate the image
786centre (percent). A scale of 0 displays the image with tiling. 786centre (percent). A scale of 0 disables scaling.
787The maximum permitted scale is 1000. 787The maximum permitted scale is 1000.
788Additional operations can be specified after colon \fB:op1:op2...\fR. 788Additional operations can be specified after colon \fB:op1:op2...\fR.
789Supported operations are: 789Supported operations are:
790.Sp 790.Sp
791.Vb 8 791.Vb 4
792\& tile force background image to be tiled and not scaled. Equivalent to 0x0 792\& op=tile enables tiling
793\& propscale will scale image keeping proportions 793\& op=pscale enables proportional scaling
794\& auto will scale image to match window size. Equivalent to 100x100 794\& op=root use the position of the terminal window relative to the root
795\& hscale will scale image horizontally to the window size 795\& window as the image offset, simulating a root window background
796\& vscale will scale image vertically to the window size 796.Ve
797\& scale will scale image to match window size 797.Sp
798\& root will tile image as if it was a root window background, auto\-adjusting 798Alternatively, a predefined set of templates can be used to achieve
799\& whenever terminal window moves 799the most common setups:
800.Sp
801.Vb 6
802\& style=tiled the image is tiled with no scaling
803\& style=aspect\-stretched the image is scaled to fill the whole window maintaining
804\& the aspect ratio and centered
805\& style=stretched the image is scaled to fill the whole window
806\& style=centered the image is centered with no scaling
807\& style=root\-tiled the image is tiled with no scaling and using \*(Aqop=root\*(Aq positioning
808.Ve
809.Sp
810If multiple templates are specified the last one wins. Note that a
811template overrides all the scale, position and operations settings.
812Indeed, the templates can be specified in terms of low level settings
813as follows:
814.Sp
815.Vb 5
816\& style=tiled 0x0+0+0:op=tile
817\& style=aspect\-stretched +50+50:op=pscale
818\& style=stretched 100x100
819\& style=centered 0x0+50+50
820\& style=root\-tiled 0x0:op=tile:op=root
800.Ve 821.Ve
801.Sp 822.Sp
802If used in conjunction with \fB\-tr\fR option, the specified pixmap will be 823If used in conjunction with \fB\-tr\fR option, the specified pixmap will be
803blended over the transparent background using alpha-blending. If \fIafterimage\fR 824blended over the transparent background using alpha-blending. If \fIafterimage\fR
804support has been compiled in it is possible to choose other blending 825support has been compiled in it is possible to choose other blending

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines