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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.184 by sf-exg, Sat Sep 11 21:28:59 2010 UTC vs.
Revision 1.186 by sf-exg, Wed Oct 13 23:36:00 2010 UTC

179 179
180Apply Gaussian Blur with the specified radii to the transparent 180Apply Gaussian Blur with the specified radii to the transparent
181background image. If single number is specified - both vertical and 181background image. If single number is specified - both vertical and
182horizontal radii are considered to be the same. Setting one of the 182horizontal radii are considered to be the same. Setting one of the
183radii to 1 and another to a large number creates interesting effects 183radii to 1 and another to a large number creates interesting effects
184on some backgrounds. Maximum radius value is 128. Compile I<afterimage>; 184on some backgrounds. Maximum radius value is 128. Compile I<afterimage> or I<xft>;
185resource I<blurRadius>. 185resource I<blurRadius>.
186 186
187=item B<-icon> I<file> 187=item B<-icon> I<file>
188 188
189Compile I<afterimage> or I<pixbuf>: Use the specified image as application icon. This 189Compile I<afterimage> or I<pixbuf>: Use the specified image as application icon. This
777 scale will scale image to match window size 777 scale will scale image to match window size
778 root will tile image as if it was a root window background, auto-adjusting 778 root will tile image as if it was a root window background, auto-adjusting
779 whenever terminal window moves 779 whenever terminal window moves
780 780
781If used in conjunction with B<-tr> option, the specified pixmap will be 781If used in conjunction with B<-tr> option, the specified pixmap will be
782blended over transparency image using either alpha-blending, or any 782blended over transparency image using alpha-blending. If I<afterimage>
783other blending type, specified with B<-blt "type"> option. 783support has been compiled in it is possible to choose other blending
784types with B<-blt "type"> option.
784 785
785=item B<path:> I<path> 786=item B<path:> I<path>
786 787
787Specify the colon-delimited search path for finding background image files. 788Specify the colon-delimited search path for finding background image files.
788 789
1198C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events: 1199C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events:
1199 1200
1200 URxvt.keysym.M-C-c: perl:selection:rot13 1201 URxvt.keysym.M-C-c: perl:selection:rot13
1201 1202
1202Due the the large number of modifier combinations, a defined key mapping 1203Due the the large number of modifier combinations, a defined key mapping
1203will match if at I<at least> the specified identifiers are being set, and 1204will match if I<at least> the specified identifiers are being set, and
1204no other key mappings with those and more bits are being defined. That 1205no other key mappings with those and more bits are being defined. That
1205means that defining a key map for C<a> will automatically provide 1206means that defining a key map for C<a> will automatically provide
1206definitions for C<Meta-a>, C<Shift-a> and so on, unless some of those are defined 1207definitions for C<Meta-a>, C<Shift-a> and so on, unless some of those are defined
1207mappings themselves. 1208mappings themselves.
1208 1209

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines