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.218 by root, Tue Jun 5 22:26:55 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
1301the @@RXVT_NAME@@perl(3) manpage. 1285the @@RXVT_NAME@@perl(3) manpage.
1302 1286
1303=item B<perl-lib>: I<path> 1287=item B<perl-lib>: I<path>
1304 1288
1305Colon-separated list of additional directories that hold extension 1289Colon-separated list of additional directories that hold extension
1306scripts. When looking for perl extensions, @@RXVT_NAME@@ will first 1290scripts. When looking for perl extensions, @@RXVT_NAME@@ will first look
1307look in these directories, then in $HOME/.urxvt/ext and lastly in 1291in these directories, then in C<$URXVT_PERL_LIB>, F<$HOME/.urxvt/ext> and
1308F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1292lastly in F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1309 1293
1310See the @@RXVT_NAME@@perl(3) manpage. 1294See the @@RXVT_NAME@@perl(3) manpage.
1311 1295
1312=item B<< selection.pattern-I<idx> >>: I<perl-regex> 1296=item B<< selection.pattern-I<idx> >>: I<perl-regex>
1313 1297
1653 1637
1654=item B<SHELL> 1638=item B<SHELL>
1655 1639
1656The shell to be used for command execution, defaults to C</bin/sh>. 1640The shell to be used for command execution, defaults to C</bin/sh>.
1657 1641
1658=item B<RXVT_SOCKET> 1642=item B<RXVT_SOCKET> [I<sic>]
1659 1643
1660The unix domain socket path used by @@RXVT_NAME@@c(1) and 1644The unix domain socket path used by @@RXVT_NAME@@c(1) and
1661@@RXVT_NAME@@d(1). 1645@@RXVT_NAME@@d(1).
1662 1646
1663Default F<<< $HOME/.urxvt/urxvtd-I<< <nodename> >> >>>. 1647Default F<<< $HOME/.urxvt/urxvtd-I<< <nodename> >> >>>.
1648
1649=item B<URXVT_PERL_LIB>
1650
1651Additional F<:>-separated library search path for perl extensions. Will be
1652searched after B<-perl-lib> but before F<~/.urxvt/ext> and the system library
1653directory.
1654
1655=item B<URXVT_PERL_VERBOSITY>
1656
1657See L<@@RXVT_NAME@@perl>(3).
1664 1658
1665=item B<HOME> 1659=item B<HOME>
1666 1660
1667Used to locate the default directory for the unix domain socket for 1661Used to locate the default directory for the unix domain socket for
1668daemon communications and to locate various resource files (such as 1662daemon communications and to locate various resource files (such as
1689 1683
1690=back 1684=back
1691 1685
1692=head1 SEE ALSO 1686=head1 SEE ALSO
1693 1687
1694@@RXVT_NAME@@(7), @@RXVT_NAME@@c(1), @@RXVT_NAME@@d(1), xterm(1), sh(1), resize(1), X(1), pty(4), tty(4), utmp(5) 1688@@RXVT_NAME@@(7), @@RXVT_NAME@@c(1), @@RXVT_NAME@@d(1), @@RXVT_NAME@@perl(3), xterm(1), sh(1), resize(1), X(1), pty(4), tty(4), utmp(5)
1695 1689
1696=head1 CURRENT PROJECT COORDINATOR 1690=head1 CURRENT PROJECT COORDINATOR
1697 1691
1698=over 4 1692=over 4
1699 1693

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines