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

Comparing rxvt-unicode/doc/rxvt.1.txt (file contents):
Revision 1.63 by root, Thu Nov 2 17:37:47 2006 UTC vs.
Revision 1.64 by root, Thu Dec 7 21:31:01 2006 UTC

4 4
5SYNOPSIS 5SYNOPSIS
6 rxvt [options] [-e command [ args ]] 6 rxvt [options] [-e command [ args ]]
7 7
8DESCRIPTION 8DESCRIPTION
9 rxvt-unicode, version 8.0, is a colour vt102 terminal emulator intended 9 rxvt-unicode, version 8.1, is a colour vt102 terminal emulator intended
10 as an *xterm*(1) replacement for users who do not require features such 10 as an *xterm*(1) replacement for users who do not require features such
11 as Tektronix 4014 emulation and toolkit-style configurability. As a 11 as Tektronix 4014 emulation and toolkit-style configurability. As a
12 result, rxvt-unicode uses much less swap space -- a significant 12 result, rxvt-unicode uses much less swap space -- a significant
13 advantage on a machine serving many X sessions. 13 advantage on a machine serving many X sessions.
14 14
1008 Sets the hotkey that starts the incremental scrollback buffer search 1008 Sets the hotkey that starts the incremental scrollback buffer search
1009 (default: "M-s"). 1009 (default: "M-s").
1010 1010
1011 urlLauncher: *string* 1011 urlLauncher: *string*
1012 Specifies the program to be started with a URL argument. Used by the 1012 Specifies the program to be started with a URL argument. Used by the
1013 "selection-popup" and "mark-urls" perl extensions. 1013 "selection-popup" and "matcher" perl extensions.
1014 1014
1015 transient-for: *windowid* 1015 transient-for: *windowid*
1016 Compile *frills*: Sets the WM_TRANSIENT_FOR property to the given 1016 Compile *frills*: Sets the WM_TRANSIENT_FOR property to the given
1017 window id. 1017 window id.
1018 1018
1202 get their act together, rxvt-unicode will support 1202 get their act together, rxvt-unicode will support
1203 "rgba:rrrr/gggg/bbbb/aaaa" (recommended, but MUST have 4 1203 "rgba:rrrr/gggg/bbbb/aaaa" (recommended, but MUST have 4
1204 digits/component) colour specifications, in addition to the ones 1204 digits/component) colour specifications, in addition to the ones
1205 provided by X, where the additional A component specifies opacity 1205 provided by X, where the additional A component specifies opacity
1206 (alpha) values. The minimum value of 0 is completely transparent). You 1206 (alpha) values. The minimum value of 0 is completely transparent). You
1207 can also prefix any color with "[a]", where "a" is on to four hex digits 1207 can also prefix any color with "[percent]", where "percent" is a decimal
1208 specifiying the opacity value. 1208 percentage (0-100) that specifies the opacity of the color, where 0 is
1209 completely transparent and 100 is completelxy opaque.
1209 1210
1210 You probably need to specify "-depth 32", too, and have the luck that 1211 You probably need to specify "-depth 32", too, and have the luck that
1211 your X-server uses ARGB pixel layout, as X is far from just supporting 1212 your X-server uses ARGB pixel layout, as X is far from just supporting
1212 ARGB visuals out of the box, and rxvt-unicode just fudges around. 1213 ARGB visuals out of the box, and rxvt-unicode just fudges around.
1213 1214
1214 For example, the following selects an almost completely transparent red 1215 For example, the following selects an almost completely transparent red
1215 background, and an almost opaque pink foreground: 1216 background, and an almost opaque pink foreground:
1216 1217
1217 rxvt -depth 32 -bg rgba:0000/0000/0000/2222 -fg "[e]pink" 1218 rxvt -depth 32 -bg rgba:0000/0000/0000/aaaa -fg "[80]pink"
1218 1219
1219 *Please note that transparency of any kind if completely unsupported by 1220 *Please note that transparency of any kind if completely unsupported by
1220 the author. Don't bug him with installation questions!* 1221 the author. Don't bug him with installation questions!*
1221 1222
1222ENVIRONMENT 1223ENVIRONMENT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines