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.213 by sf-exg, Sat Feb 4 21:47:06 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
111=item B<-visual> I<visualID>
112
113Compile I<frills>: Use the given visual (see e.g. C<xdpyinfo> for possible
114visual ids).
110 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
707=item B<shading:> I<number> 712=item B<shading:> I<number>
708 713
709Darken (0 .. 99) or lighten (101 .. 200) the transparent background. 714Darken (0 .. 99) or lighten (101 .. 200) the transparent background.
710A value of 100 means no shading; option B<-sh>. 715A value of 100 means no shading; option B<-sh>.
711 716
712=item B<blendType:> I<string>
713
714Specify background blending type; option B<-blt>.
715
716=item B<blurRadius:> I<number> 717=item B<blurRadius:> I<number>
717 718
718Apply gaussian blur with the specified radius to the transparent 719Apply gaussian blur with the specified radius to the transparent
719background; option B<-blr>. 720background; option B<-blr>.
720 721
746 747
747=item B<WxH+X+Y> 748=item B<WxH+X+Y>
748 749
749sets scale and position. B<"W" / "H"> specify the horizontal/vertical 750sets scale and position. B<"W" / "H"> specify the horizontal/vertical
750scale (percent), and B<"X" / "Y"> locate the image centre (percent). A 751scale (percent), and B<"X" / "Y"> locate the image centre (percent). A
751scale of 0 disables scaling. The maximum permitted scale is 1000. 752scale of 0 disables scaling.
752 753
753=item B<op=tile> 754=item B<op=tile>
754 755
755enables tiling 756enables tiling
756 757
1289the @@RXVT_NAME@@perl(3) manpage. 1290the @@RXVT_NAME@@perl(3) manpage.
1290 1291
1291=item B<perl-lib>: I<path> 1292=item B<perl-lib>: I<path>
1292 1293
1293Colon-separated list of additional directories that hold extension 1294Colon-separated list of additional directories that hold extension
1294scripts. When looking for perl extensions, @@RXVT_NAME@@ will first 1295scripts. When looking for perl extensions, @@RXVT_NAME@@ will first look
1295look 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
1296F<@@RXVT_LIBDIR@@/urxvt/perl/>. 1297lastly in F<@@RXVT_LIBDIR@@/urxvt/perl/>.
1297 1298
1298See the @@RXVT_NAME@@perl(3) manpage. 1299See the @@RXVT_NAME@@perl(3) manpage.
1299 1300
1300=item B<< selection.pattern-I<idx> >>: I<perl-regex> 1301=item B<< selection.pattern-I<idx> >>: I<perl-regex>
1301 1302
1641 1642
1642=item B<SHELL> 1643=item B<SHELL>
1643 1644
1644The 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>.
1645 1646
1646=item B<RXVT_SOCKET> 1647=item B<RXVT_SOCKET> [I<sic>]
1647 1648
1648The unix domain socket path used by @@RXVT_NAME@@c(1) and 1649The unix domain socket path used by @@RXVT_NAME@@c(1) and
1649@@RXVT_NAME@@d(1). 1650@@RXVT_NAME@@d(1).
1650 1651
1651Default 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).
1652 1663
1653=item B<HOME> 1664=item B<HOME>
1654 1665
1655Used to locate the default directory for the unix domain socket for 1666Used to locate the default directory for the unix domain socket for
1656daemon communications and to locate various resource files (such as 1667daemon communications and to locate various resource files (such as
1677 1688
1678=back 1689=back
1679 1690
1680=head1 SEE ALSO 1691=head1 SEE ALSO
1681 1692
1693@@RXVT_NAME@@(7), @@RXVT_NAME@@c(1), @@RXVT_NAME@@d(1), @@RXVT_NAME@@-extensions(1),
1682@@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)
1683 1695
1684=head1 CURRENT PROJECT COORDINATOR 1696=head1 CURRENT PROJECT COORDINATOR
1685 1697
1686=over 4 1698=over 4
1687 1699

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines