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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.150 by ayin, Sat Nov 10 09:40:51 2007 UTC vs.
Revision 1.151 by sasha, Thu Nov 15 18:40:10 2007 UTC

2292. Use a simple pixmap and emulate pseudo-transparency. This enables you 2292. Use a simple pixmap and emulate pseudo-transparency. This enables you
230to use effects other than tinting and shading: Just shade/tint/whatever 230to use effects other than tinting and shading: Just shade/tint/whatever
231your picture with gimp or any other tool: 231your picture with gimp or any other tool:
232 232
233 convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg 233 convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg
234 @@URXVT_NAME@@ -pixmap background.jpg -pe automove-background 234 @@URXVT_NAME@@ -pixmap "background.jpg;:root"
235 235
236That works. If you think it doesn't, you lack AfterImage and Perl support, or you 236That works. If you think it doesn't, you lack AfterImage support, or you
237are unable to read. 237are unable to read.
238 238
2393. Use an ARGB visual: 2393. Use an ARGB visual:
240 240
241 @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc 241 @@URXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines