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

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.55 by root, Mon Jan 30 22:49:30 2006 UTC vs.
Revision 1.56 by root, Tue Jan 31 00:25:16 2006 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 7" 131.IX Title "rxvt 7"
132.TH rxvt 7 "2006-01-30" "7.4" "RXVT-UNICODE" 132.TH rxvt 7 "2006-01-31" "7.5" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
151.SH "DESCRIPTION" 151.SH "DESCRIPTION"
152.IX Header "DESCRIPTION" 152.IX Header "DESCRIPTION"
153This document contains the \s-1FAQ\s0, the \s-1RXVT\s0 \s-1TECHNICAL\s0 \s-1REFERENCE\s0 documenting 153This document contains the \s-1FAQ\s0, the \s-1RXVT\s0 \s-1TECHNICAL\s0 \s-1REFERENCE\s0 documenting
154all escape sequences, and other background information. 154all escape sequences, and other background information.
155.PP 155.PP
156The newest version of this document is 156The newest version of this document is also available on the World Wide Web at
157also available on the World Wide Web at
158<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>. 157<http://cvs.schmorp.de/browse/*checkout*/rxvt\-unicode/doc/rxvt.7.html>.
159.SH "FREQUENTLY ASKED QUESTIONS" 158.SH "FREQUENTLY ASKED QUESTIONS"
160.IX Header "FREQUENTLY ASKED QUESTIONS" 159.IX Header "FREQUENTLY ASKED QUESTIONS"
161.IP "The new selection selects pieces that are too big, how can I select single words?" 4 160.IP "The new selection selects pieces that are too big, how can I select single words?" 4
162.IX Item "The new selection selects pieces that are too big, how can I select single words?" 161.IX Item "The new selection selects pieces that are too big, how can I select single words?"
226.IP "I can't get transparency working, what am I doing wrong?" 4 225.IP "I can't get transparency working, what am I doing wrong?" 4
227.IX Item "I can't get transparency working, what am I doing wrong?" 226.IX Item "I can't get transparency working, what am I doing wrong?"
228First of all, transparency isn't officially supported in rxvt\-unicode, so 227First of all, transparency isn't officially supported in rxvt\-unicode, so
229you are mostly on your own. Do not bug the author about it (but you may 228you are mostly on your own. Do not bug the author about it (but you may
230bug everybody else). Also, if you can't get it working consider it a rite 229bug everybody else). Also, if you can't get it working consider it a rite
231of passage, and you failed. 230of passage: ... and you failed.
232.Sp 231.Sp
233Here are three ways to get transparency. \fBDo\fR read the manpage and option 232Here are four ways to get transparency. \fBDo\fR read the manpage and option
234descriptions for the programs mentioned and rxvt\-unicode. Really, do it! 233descriptions for the programs mentioned and rxvt\-unicode. Really, do it!
235.Sp 234.Sp
2361. Use inheritPixmap: 2351. Use inheritPixmap:
237.Sp 236.Sp
238.Vb 2 237.Vb 2
256are unable to read. 255are unable to read.
257.Sp 256.Sp
2583. Use an \s-1ARGB\s0 visual: 2573. Use an \s-1ARGB\s0 visual:
259.Sp 258.Sp
260.Vb 1 259.Vb 1
261\& @@RXVT_NAME@@ -depth 432 -fg grey90 -bg rgba:0000/0000/0000/c000 260\& @@RXVT_NAME@@ -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
262.Ve 261.Ve
263.Sp 262.Sp
264This requires \s-1XFT\s0 support, and support form your X\-server. If that doesn't 263This requires \s-1XFT\s0 support, and the support of your X\-server. If that
265work for you, blame Xorg and Keith Packard. \s-1ARGB\s0 visuals aren't there yet, 264doesn't work for you, blame Xorg and Keith Packard. \s-1ARGB\s0 visuals aren't
266no matter what they claim. Rxvt-Unicode contains the neccessary bugfixes 265there yet, no matter what they claim. Rxvt-Unicode contains the neccessary
267and workarounds for Xft and Xlib to make it work. 266bugfixes and workarounds for Xft and Xlib to make it work, but that
267doesn't mean that your \s-1WM\s0 has the required kludges in place.
268.Sp
2694. Use xcompmgr and let it do the job:
270.Sp
271.Vb 2
272\& xprop -frame -f _NET_WM_WINDOW_OPACITY 32c \e
273\& -set _NET_WM_WINDOW_OPACITY 0xc0000000
274.Ve
275.Sp
276Then click on a window you want to make transparent. Replace \f(CW0xc0000000\fR
277by other values to change the degree of opacity. If it doesn't work and
278your server crashes, you got to keep the pieces.
268.IP "Isn't rxvt supposed to be small? Don't all those features bloat?" 4 279.IP "Isn't rxvt supposed to be small? Don't all those features bloat?" 4
269.IX Item "Isn't rxvt supposed to be small? Don't all those features bloat?" 280.IX Item "Isn't rxvt supposed to be small? Don't all those features bloat?"
270I often get asked about this, and I think, no, they didn't cause extra 281I often get asked about this, and I think, no, they didn't cause extra
271bloat. If you compare a minimal rxvt and a minimal urxvt, you can see 282bloat. If you compare a minimal rxvt and a minimal urxvt, you can see
272that the urxvt binary is larger (due to some encoding tables always being 283that the urxvt binary is larger (due to some encoding tables always being

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines