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.148 by ayin, Wed Oct 24 10:39:56 2007 UTC vs.
Revision 1.151 by sasha, Thu Nov 15 18:40:10 2007 UTC

197 197
198And here is rxvt-unicode: 198And here is rxvt-unicode:
199 199
200 libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00002aaaaabc3000) 200 libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00002aaaaabc3000)
201 libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002aaaaada2000) 201 libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002aaaaada2000)
202 libc.so.6 => /lib/libc.so.6 (0x00002aaaaaeb0000) 202 libc.so.6 => /lib/libc.so.6 (0x00002aaaaaeb0000)
203 libdl.so.2 => /lib/libdl.so.2 (0x00002aaaab0ee000) 203 libdl.so.2 => /lib/libdl.so.2 (0x00002aaaab0ee000)
204 /lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000) 204 /lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000)
205 205
206No large bloated libraries (of course, none were linked in statically), 206No large bloated libraries (of course, none were linked in statically),
207except maybe libX11 :) 207except maybe libX11 :)
208 208
209 209
210=head2 Rendering, Font & Look and Feel Issues 210=head2 Rendering, Font & Look and Feel Issues
211 211
212=head3 I can't get transparency working, what am I doing wrong? 212=head3 I can't get transparency working, what am I doing wrong?
213 213
214First of all, please address all transparency related issues to Sasha Vasko at 214First of all, please address all transparency related issues to Sasha Vasko at
215sasha@aftercode.net and do not bug the author about it. Also, if you can't 215sasha@aftercode.net and do not bug the author about it. Also, if you can't
216get it working consider it a rite of passage: ... and you failed. 216get it working consider it a rite of passage: ... and you failed.
217 217
218Here are four ways to get transparency. B<Do> read the manpage and option 218Here are four ways to get transparency. B<Do> read the manpage and option
219descriptions for the programs mentioned and rxvt-unicode. Really, do it! 219descriptions for the programs mentioned and rxvt-unicode. Really, do it!
220 220
2211. Use inheritPixmap: 2211. Use transparent mode:
222 222
223 Esetroot wallpaper.jpg 223 Esetroot wallpaper.jpg
224 @@URXVT_NAME@@ -ip -tint red -sh 40 224 @@URXVT_NAME@@ -tr -tint red -sh 40
225 225
226That works. If you think it doesn't, you lack transparency and tinting 226That works. If you think it doesn't, you lack transparency and tinting
227support, or you are unable to read. 227support, or you are unable to read.
228 228
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
610key has been assigned an escape sequence to match the vt100 for Execute 610key has been assigned an escape sequence to match the vt100 for Execute
611(C<ESC [ 3 ~>) and is in the supplied termcap/terminfo. 611(C<ESC [ 3 ~>) and is in the supplied termcap/terminfo.
612 612
613Some other Backspace problems: 613Some other Backspace problems:
614 614
615some editors use termcap/terminfo, 615some editors use termcap/terminfo,
616some editors (vim I'm told) expect Backspace = ^H, 616some editors (vim I'm told) expect Backspace = ^H,
617GNU Emacs (and Emacs-like editors) use ^H for help. 617GNU Emacs (and Emacs-like editors) use ^H for help.
618 618
619Perhaps someday this will all be resolved in a consistent manner. 619Perhaps someday this will all be resolved in a consistent manner.
620 620
1073C<@im=kinput2>. For B<scim>, use C<@im=SCIM>. You can see what input 1073C<@im=kinput2>. For B<scim>, use C<@im=SCIM>. You can see what input
1074method servers are running with this command: 1074method servers are running with this command:
1075 1075
1076 xprop -root XIM_SERVERS 1076 xprop -root XIM_SERVERS
1077 1077
1078=item 1078=item
1079 1079
1080=back 1080=back
1081 1081
1082=head3 My input method wants <some encoding> but I want UTF-8, what can I do? 1082=head3 My input method wants <some encoding> but I want UTF-8, what can I do?
1083 1083
2365to third-party libraries used by libAI). Memory footprint may somewhat be 2365to third-party libraries used by libAI). Memory footprint may somewhat be
2366lowered if libAfterImage is configured without support for SVG. 2366lowered if libAfterImage is configured without support for SVG.
2367 2367
2368=item --enable-transparency (default: on) 2368=item --enable-transparency (default: on)
2369 2369
2370Add support for inheriting parent backgrounds thus giving a fake 2370Add support for backgrounds, creating illusion of transparency in the term.
2371transparency to the term.
2372 2371
2373=item --enable-fading (default: on) 2372=item --enable-fading (default: on)
2374 2373
2375Add support for fading the text when focus is lost. 2374Add support for fading the text when focus is lost.
2376 2375

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines