From: sasha Date: Thu, 20 Sep 2007 15:56:41 +0000 (+0000) Subject: updated docs to reflect changes in support for transparency and background images X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=765843e8ba7547b55428d95f98076ebd3888d006;p=dana%2Furxvt.git updated docs to reflect changes in support for transparency and background images --- diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 1b13215b..7d513afa 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -121,9 +121,8 @@ Turn on/off skip scrolling (allow multiple screens per refresh); resource B; resource B. -I +I =item B<-fade> I @@ -709,7 +708,7 @@ other blending type, specified with B<-blt "type"> option. =item B I -Specify the colon-delimited search path for finding XPM files. +Specify the colon-delimited search path for finding background image files. =item B I @@ -1477,8 +1476,9 @@ resources or on the command line. =item B Either C, C, depending on whether @@RXVT_NAME@@ was -compiled with XPM support, and optionally with the added extension -C<-mono> to indicate that rxvt-unicode runs on a monochrome screen. +compiled with background image support, and optionally with the added +extension C<-mono> to indicate that rxvt-unicode runs on a monochrome +screen. =item B @@ -1487,8 +1487,8 @@ the colour code used as default foreground/text colour (or the string C to indicate that the default-colour escape sequence is to be used), C is the colour code used as default background colour (or the string C), and C is the string C if @@RXVT_NAME@@ -was compiled with XPM support. Libraries like C and C can -(and do) use this information to optimize screen output. +was compiled with background image support. Libraries like C +and C can (and do) use this information to optimize screen output. =item B diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index 4bd036ff..72a6f0d4 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -211,10 +211,9 @@ except maybe libX11 :) =head3 I can't get transparency working, what am I doing wrong? -First of all, transparency isn't officially supported in rxvt-unicode, so -you are mostly on your own. Do not bug the author about it (but you may -bug everybody else). Also, if you can't get it working consider it a rite -of passage: ... and you failed. +First of all, please address all transparency related issues to Sasha Vasko at +sasha@aftercode.net and do not bug the author about it. Also, if you can't +get it working consider it a rite of passage: ... and you failed. Here are four ways to get transparency. B read the manpage and option descriptions for the programs mentioned and rxvt-unicode. Really, do it! @@ -231,10 +230,10 @@ support, or you are unable to read. to use effects other than tinting and shading: Just shade/tint/whatever your picture with gimp or any other tool: - convert wallpaper.jpg -blur 20x20 -modulate 30 background.xpm - @@URXVT_NAME@@ -pixmap background.xpm -pe automove-background + convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg + @@URXVT_NAME@@ -pixmap background.jpg -pe automove-background -That works. If you think it doesn't, you lack XPM and Perl support, or you +That works. If you think it doesn't, you lack AfterImage and Perl support, or you are unable to read. 3. Use an ARGB visual: @@ -1991,7 +1990,7 @@ B can be escaped by prefixing it with SYN (0x16, ^V). B<< C >> Change colour of highlight characters to B<< C >> B<< C >> Change colour of bold characters to B<< C >> [deprecated, see 706] B<< C >> Change colour of underlined characters to B<< C >> [deprecated, see 707] - B<< C >> Change background pixmap parameters (see section XPM) (Compile XPM). + B<< C >> Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile AfterImage). B<< C >> Change default foreground colour to B<< C >>. B<< C >> Change Log File to B<< C >> I B<< C >> Change default background colour to B<< C >>. @@ -2015,10 +2014,10 @@ B can be escaped by prefixing it with SYN (0x16, ^V). =back -=head1 XPM +=head1 BACKGROUND IMAGE -For the XPM XTerm escape sequence B<< C >> then value -of B<< C >> can be the name of the background pixmap followed by a +For the BACGROUND IMAGE XTerm escape sequence B<< C >> then value +of B<< C >> can be the name of the background image file followed by a sequence of scaling/positioning commands separated by semi-colons. The scaling/positioning commands are as follows: @@ -2066,13 +2065,13 @@ For example: =over 4 -=item B<\E]20;funky\a> +=item B<\E]20;funky.jpg\a> -load B as a tiled image +load B as a tiled image -=item B<\E]20;mona;100\a> +=item B<\E]20;mona.jpg;100\a> -load B with a scaling of 100% +load B with a scaling of 100% =item B<\E]20;;200;?\a>