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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.212 by sf-exg, Sun Jan 1 14:31:28 2012 UTC vs.
Revision 1.215 by sf-exg, Sun May 20 16:34:42 2012 UTC

150=item B<-sh> I<number> 150=item B<-sh> I<number>
151 151
152Darken (0 .. 99) or lighten (101 .. 200) the transparent background. 152Darken (0 .. 99) or lighten (101 .. 200) the transparent background.
153A value of 100 means no shading; resource I<shading>. 153A value of 100 means no shading; resource I<shading>.
154 154
155=item B<-blt> I<string>
156
157Specify background blending type. If background pixmap is specified
158at the same time as transparency - such pixmap will be blended over
159the transparent background, using the method specified. Supported values are:
160B<add>, B<alphablend>, B<allanon> - colour values averaging, B<colorize>,
161B<darken>, B<diff>, B<dissipate>, B<hue>, B<lighten>, B<overlay>,
162B<saturate>, B<screen>, B<sub>, B<tint>, B<value>. The default is
163alpha-blending. Compile I<afterimage>; resource I<blendType>.
164
165=item B<-blr> I<HxV> 155=item B<-blr> I<HxV>
166 156
167Apply Gaussian Blur with the specified radii to the transparent 157Apply Gaussian Blur with the specified radii to the transparent
168background. If a single number is specified, the vertical and 158background. If a single number is specified, the vertical and
169horizontal radii are considered to be the same. Setting one of the 159horizontal radii are considered to be the same. Setting one of the
172vertical radius of 0 disables blurring; 162vertical radius of 0 disables blurring;
173resource I<blurRadius>. 163resource I<blurRadius>.
174 164
175=item B<-icon> I<file> 165=item B<-icon> I<file>
176 166
177Compile I<afterimage> or I<pixbuf>: Use the specified image as application icon. This 167Compile I<pixbuf>: Use the specified image as application icon. This
178is used by many window managers, taskbars and pagers to represent the 168is used by many window managers, taskbars and pagers to represent the
179application window; resource I<iconFile>. 169application window; resource I<iconFile>.
180 170
181=item B<-bg> I<colour> 171=item B<-bg> I<colour>
182 172
186 176
187Window foreground colour; resource B<foreground>. 177Window foreground colour; resource B<foreground>.
188 178
189=item B<-pixmap> I<file[;oplist]> 179=item B<-pixmap> I<file[;oplist]>
190 180
191Compile I<afterimage> or I<pixbuf>: Specify image file for the background and also 181Compile I<pixbuf>: Specify image file for the background and also
192optionally specify a list of operations to modify it. Note you may need to 182optionally specify a list of operations to modify it. Note you may need to
193add quotes to avoid special shell interpretation of the C<;> in the 183add quotes to avoid special shell interpretation of the C<;> in the
194command-line; for more details see resource B<backgroundPixmap>. 184command-line; for more details see resource B<backgroundPixmap>.
195 185
196=item B<-cr> I<colour> 186=item B<-cr> I<colour>
717=item B<shading:> I<number> 707=item B<shading:> I<number>
718 708
719Darken (0 .. 99) or lighten (101 .. 200) the transparent background. 709Darken (0 .. 99) or lighten (101 .. 200) the transparent background.
720A value of 100 means no shading; option B<-sh>. 710A value of 100 means no shading; option B<-sh>.
721 711
722=item B<blendType:> I<string>
723
724Specify background blending type; option B<-blt>.
725
726=item B<blurRadius:> I<number> 712=item B<blurRadius:> I<number>
727 713
728Apply gaussian blur with the specified radius to the transparent 714Apply gaussian blur with the specified radius to the transparent
729background; option B<-blr>. 715background; option B<-blr>.
730 716
756 742
757=item B<WxH+X+Y> 743=item B<WxH+X+Y>
758 744
759sets scale and position. B<"W" / "H"> specify the horizontal/vertical 745sets scale and position. B<"W" / "H"> specify the horizontal/vertical
760scale (percent), and B<"X" / "Y"> locate the image centre (percent). A 746scale (percent), and B<"X" / "Y"> locate the image centre (percent). A
761scale of 0 disables scaling. The maximum permitted scale is 1000. 747scale of 0 disables scaling.
762 748
763=item B<op=tile> 749=item B<op=tile>
764 750
765enables tiling 751enables tiling
766 752
807 793
808If multiple templates are specified the last one wins. Note that a 794If multiple templates are specified the last one wins. Note that a
809template overrides all the scale, position and operations settings. 795template overrides all the scale, position and operations settings.
810 796
811If used in conjunction with B<-tr> option, the specified pixmap will be 797If used in conjunction with B<-tr> option, the specified pixmap will be
812blended over the transparent background using alpha-blending. If I<afterimage> 798blended over the transparent background using alpha-blending.
813support has been compiled in it is possible to choose other blending
814types with B<-blt "type"> option.
815 799
816=item B<path:> I<path> 800=item B<path:> I<path>
817 801
818Specify the colon-delimited search path for finding background image files. 802Specify the colon-delimited search path for finding background image files.
819 803

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines