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.220 by root, Fri Sep 21 23:31:43 2012 UTC

98is still respected. but deprecated). In the absence of this option, the 98is still respected. but deprecated). In the absence of this option, the
99display specified by the B<DISPLAY> environment variable is used. 99display specified by the B<DISPLAY> environment variable is used.
100 100
101=item B<-depth> I<bitdepth> 101=item B<-depth> I<bitdepth>
102 102
103Compile I<xft>: Attempt to find a visual with the given bit depth; 103Compile I<frills>: Attempt to find a visual with the given bit depth;
104resource B<depth>. 104resource B<depth>.
105 105
106[Please note that many X servers (and libXft) are buggy with 106[Please note that many X servers (and libXft) are buggy with
107respect to C<-depth 32> and/or alpha channels, and will cause all sorts 107respect to C<-depth 32> and/or alpha channels, and will cause all sorts
108of graphical corruption. This is harmless, but we can't do anything about 108of graphical corruption. This is harmless, but we can't do anything about
109this, so watch out] 109this, so watch out]
110 110
111=item B<-visual> I<visualID>
112
113Compile I<frills>: Use the given visual (see e.g. C<xdpyinfo> for possible
114visual ids).
115
111=item B<-geometry> I<geom> 116=item B<-geometry> I<geom>
112 117
113Window geometry (B<-g> still respected); resource B<geometry>. 118Window geometry (B<-g> still respected); resource B<geometry>.
114 119
115=item B<-rv>|B<+rv> 120=item B<-rv>|B<+rv>
149 154
150=item B<-sh> I<number> 155=item B<-sh> I<number>
151 156
152Darken (0 .. 99) or lighten (101 .. 200) the transparent background. 157Darken (0 .. 99) or lighten (101 .. 200) the transparent background.
153A value of 100 means no shading; resource I<shading>. 158A value of 100 means no shading; resource I<shading>.
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 159
165=item B<-blr> I<HxV> 160=item B<-blr> I<HxV>
166 161
167Apply Gaussian Blur with the specified radii to the transparent 162Apply Gaussian Blur with the specified radii to the transparent
168background. If a single number is specified, the vertical and 163background. If a single number is specified, the vertical and
172vertical radius of 0 disables blurring; 167vertical radius of 0 disables blurring;
173resource I<blurRadius>. 168resource I<blurRadius>.
174 169
175=item B<-icon> I<file> 170=item B<-icon> I<file>
176 171
177Compile I<afterimage> or I<pixbuf>: Use the specified image as application icon. This 172Compile I<pixbuf>: Use the specified image as application icon. This
178is used by many window managers, taskbars and pagers to represent the 173is used by many window managers, taskbars and pagers to represent the
179application window; resource I<iconFile>. 174application window; resource I<iconFile>.
180 175
181=item B<-bg> I<colour> 176=item B<-bg> I<colour>
182 177
186 181
187Window foreground colour; resource B<foreground>. 182Window foreground colour; resource B<foreground>.
188 183
189=item B<-pixmap> I<file[;oplist]> 184=item B<-pixmap> I<file[;oplist]>
190 185
191Compile I<afterimage> or I<pixbuf>: Specify image file for the background and also 186Compile I<pixbuf>: Specify image file for the background and also
192optionally specify a list of operations to modify it. Note you may need to 187optionally 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 188add quotes to avoid special shell interpretation of the C<;> in the
194command-line; for more details see resource B<backgroundPixmap>. 189command-line; for more details see resource B<backgroundPixmap>.
195 190
196=item B<-cr> I<colour> 191=item B<-cr> I<colour>
717=item B<shading:> I<number> 712=item B<shading:> I<number>
718 713
719Darken (0 .. 99) or lighten (101 .. 200) the transparent background. 714Darken (0 .. 99) or lighten (101 .. 200) the transparent background.
720A value of 100 means no shading; option B<-sh>. 715A value of 100 means no shading; option B<-sh>.
721 716
722=item B<blendType:> I<string>
723
724Specify background blending type; option B<-blt>.
725
726=item B<blurRadius:> I<number> 717=item B<blurRadius:> I<number>
727 718
728Apply gaussian blur with the specified radius to the transparent 719Apply gaussian blur with the specified radius to the transparent
729background; option B<-blr>. 720background; option B<-blr>.
730 721
756 747
757=item B<WxH+X+Y> 748=item B<WxH+X+Y>
758 749
759sets scale and position. B<"W" / "H"> specify the horizontal/vertical 750sets scale and position. B<"W" / "H"> specify the horizontal/vertical
760scale (percent), and B<"X" / "Y"> locate the image centre (percent). A 751scale (percent), and B<"X" / "Y"> locate the image centre (percent). A
761scale of 0 disables scaling. The maximum permitted scale is 1000. 752scale of 0 disables scaling.
762 753
763=item B<op=tile> 754=item B<op=tile>
764 755
765enables tiling 756enables tiling
766 757
807 798
808If multiple templates are specified the last one wins. Note that a 799If multiple templates are specified the last one wins. Note that a
809template overrides all the scale, position and operations settings. 800template overrides all the scale, position and operations settings.
810 801
811If used in conjunction with B<-tr> option, the specified pixmap will be 802If used in conjunction with B<-tr> option, the specified pixmap will be
812blended over the transparent background using alpha-blending. If I<afterimage> 803blended 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 804
816=item B<path:> I<path> 805=item B<path:> I<path>
817 806
818Specify the colon-delimited search path for finding background image files. 807Specify the colon-delimited search path for finding background image files.
819 808
1301the @@RXVT_NAME@@perl(3) manpage. 1290the @@RXVT_NAME@@perl(3) manpage.
1302 1291
1303=item B<perl-lib>: I<path> 1292=item B<perl-lib>: I<path>
1304 1293
1305Colon-separated list of additional directories that hold extension 1294Colon-separated list of additional directories that hold extension
1306scripts. When looking for perl extensions, @@RXVT_NAME@@ will first 1295scripts. When looking for perl extensions, @@RXVT_NAME@@ will first look
1307look in these directories, then in $HOME/.urxvt/ext and lastly in 1296in these directories, then in C<$URXVT_PERL_LIB>, F<$HOME/.urxvt/ext> and
1308F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1297lastly in F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1309 1298
1310See the @@RXVT_NAME@@perl(3) manpage. 1299See the @@RXVT_NAME@@perl(3) manpage.
1311 1300
1312=item B<< selection.pattern-I<idx> >>: I<perl-regex> 1301=item B<< selection.pattern-I<idx> >>: I<perl-regex>
1313 1302
1653 1642
1654=item B<SHELL> 1643=item B<SHELL>
1655 1644
1656The shell to be used for command execution, defaults to C</bin/sh>. 1645The shell to be used for command execution, defaults to C</bin/sh>.
1657 1646
1658=item B<RXVT_SOCKET> 1647=item B<RXVT_SOCKET> [I<sic>]
1659 1648
1660The unix domain socket path used by @@RXVT_NAME@@c(1) and 1649The unix domain socket path used by @@RXVT_NAME@@c(1) and
1661@@RXVT_NAME@@d(1). 1650@@RXVT_NAME@@d(1).
1662 1651
1663Default F<<< $HOME/.urxvt/urxvtd-I<< <nodename> >> >>>. 1652Default F<<< $HOME/.urxvt/urxvtd-I<< <nodename> >> >>>.
1653
1654=item B<URXVT_PERL_LIB>
1655
1656Additional F<:>-separated library search path for perl extensions. Will be
1657searched after B<-perl-lib> but before F<~/.urxvt/ext> and the system library
1658directory.
1659
1660=item B<URXVT_PERL_VERBOSITY>
1661
1662See L<@@RXVT_NAME@@perl>(3).
1664 1663
1665=item B<HOME> 1664=item B<HOME>
1666 1665
1667Used to locate the default directory for the unix domain socket for 1666Used to locate the default directory for the unix domain socket for
1668daemon communications and to locate various resource files (such as 1667daemon communications and to locate various resource files (such as
1689 1688
1690=back 1689=back
1691 1690
1692=head1 SEE ALSO 1691=head1 SEE ALSO
1693 1692
1693@@RXVT_NAME@@(7), @@RXVT_NAME@@c(1), @@RXVT_NAME@@d(1), @@RXVT_NAME@@-extensions(1),
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) 1694@@RXVT_NAME@@perl(3), xterm(1), sh(1), resize(1), X(1), pty(4), tty(4), utmp(5)
1695 1695
1696=head1 CURRENT PROJECT COORDINATOR 1696=head1 CURRENT PROJECT COORDINATOR
1697 1697
1698=over 4 1698=over 4
1699 1699

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines