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.77 by root, Wed Jan 11 23:08:54 2006 UTC vs.
Revision 1.78 by root, Thu Jan 12 05:37:34 2006 UTC

23L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 23L<http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
24 24
25=head1 FREQUENTLY ASKED QUESTIONS 25=head1 FREQUENTLY ASKED QUESTIONS
26 26
27=over 4 27=over 4
28
29=item I don't like the new selection/popups/hotkeys/perl, how do I
30change/disable it?
31
32You can disable the perl extension completely by setting the
33B<perl-ext-common> resource to the empty string, which also keeps
34rxvt-unicode from initialising perl, saving memory.
35
36If you only want to disable specific features, you first have to
37identify which perl extension is responsible. For this, read the section
38B<PREPACKAGED EXTENSIONS> in the @@RXVT_NAME@@perl(3) manpage. For
39example, to disable the B<selection-popup> and B<option-popup>, specify
40this B<perl-ext-common> resource:
41
42 URxvt.perl-ext-common: default,-selection-popup,-option-popup
43
44This will keep the default extensions, but disable the two popup
45extensions. Some extensions can also be configured, for example,
46scrollback search mode is triggered by B<M-s>. You can move it to any
47other combination either by setting the B<searchable-scrollback> resource:
48
49 URxvt.searchable-scrollback: CM-s
28 50
29=item Isn't rxvt supposed to be small? Don't all those features bloat? 51=item Isn't rxvt supposed to be small? Don't all those features bloat?
30 52
31I often get asked about this, and I think, no, they didn't cause extra 53I often get asked about this, and I think, no, they didn't cause extra
32bloat. If you compare a minimal rxvt and a minimal urxvt, you can see 54bloat. If you compare a minimal rxvt and a minimal urxvt, you can see

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines