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.155 by ayin, Sun Dec 9 12:15:39 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
341=head3 What's with this bold/blink stuff? 341=head3 What's with this bold/blink stuff?
342 342
343If no bold colour is set via C<colorBD:>, bold will invert text using the 343If no bold colour is set via C<colorBD:>, bold will invert text using the
344standard foreground colour. 344standard foreground colour.
345 345
346For the standard background colour, blinking will actually make the 346For the standard background colour, blinking will actually make
347text blink when compiled with C<--enable-blinking>. with standard 347the text blink when compiled with C<--enable-text-blink>. Without
348colours. Without C<--enable-blinking>, the blink attribute will be 348C<--enable-text-blink>, the blink attribute will be ignored.
349ignored.
350 349
351On ANSI colours, bold/blink attributes are used to set high-intensity 350On ANSI colours, bold/blink attributes are used to set high-intensity
352foreground/background colors. 351foreground/background colors.
353 352
354color0-7 are the low-intensity colors. 353color0-7 are the low-intensity colors.
2325=item --with-res-name=NAME (default: urxvt) 2324=item --with-res-name=NAME (default: urxvt)
2326 2325
2327Use the given name as default application name when 2326Use the given name as default application name when
2328reading resources. Specify --with-res-name=rxvt to replace rxvt. 2327reading resources. Specify --with-res-name=rxvt to replace rxvt.
2329 2328
2330=item --with-res-class=CLASS /default: URxvt) 2329=item --with-res-class=CLASS (default: URxvt)
2331 2330
2332Use the given class as default application class 2331Use the given class as default application class
2333when reading resources. Specify --with-res-class=Rxvt to replace 2332when reading resources. Specify --with-res-class=Rxvt to replace
2334rxvt. 2333rxvt.
2335 2334
2435 keysym remapping support 2434 keysym remapping support
2436 cursor blinking and underline cursor (-cb, -uc) 2435 cursor blinking and underline cursor (-cb, -uc)
2437 XEmbed support (-embed) 2436 XEmbed support (-embed)
2438 user-pty (-pty-fd) 2437 user-pty (-pty-fd)
2439 hold on exit (-hold) 2438 hold on exit (-hold)
2439 compile in built-in block graphics
2440 skip builtin block graphics (-sbg) 2440 skip builtin block graphics (-sbg)
2441 separate highlightcolor support (-hc) 2441 separate highlightcolor support (-hc)
2442 2442
2443It also enables some non-essential features otherwise disabled, such as: 2443It also enables some non-essential features otherwise disabled, such as:
2444 2444

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines