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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.59 by sf-exg, Sat Jul 24 14:20:48 2010 UTC vs.
Revision 1.60 by root, Fri Oct 15 21:30:51 2010 UTC

204 your picture with gimp or any other tool: 204 your picture with gimp or any other tool:
205 205
206 convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg 206 convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg
207 urxvt -pixmap "background.jpg;:root" 207 urxvt -pixmap "background.jpg;:root"
208 208
209 That works. If you think it doesn't, you lack AfterImage support, or you 209 That works. If you think it doesn't, you lack libAfterImage or
210 are unable to read. 210 GDK-PixBuf support, or you are unable to read.
211 211
212 3. Use an ARGB visual: 212 3. Use an ARGB visual:
213 213
214 urxvt -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc 214 urxvt -depth 32 -fg grey90 -bg rgba:0000/0000/4444/cccc
215 215
526 526
527 Historically, either value is correct, but rxvt-unicode adopts the 527 Historically, either value is correct, but rxvt-unicode adopts the
528 debian policy of using "^?" when unsure, because it's the one and only 528 debian policy of using "^?" when unsure, because it's the one and only
529 correct choice :). 529 correct choice :).
530 530
531 Rxvt-unicode tries to inherit the current stty settings and uses the 531 It is possible to toggle between "^H" and "^?" with the DECBKM private
532 value of `erase' to guess the value for backspace. If rxvt-unicode 532 mode:
533 wasn't started from a terminal (say, from a menu or by remote shell),
534 then the system value of `erase', which corresponds to CERASE in
535 <termios.h>, will be used (which may not be the same as your stty
536 setting).
537
538 For starting a new rxvt-unicode:
539 533
540 # use Backspace = ^H 534 # use Backspace = ^H
541 $ stty erase ^H 535 $ stty erase ^H
542 $ urxvt 536 $ echo -n "^[[?67h"
543 537
544 # use Backspace = ^? 538 # use Backspace = ^?
545 $ stty erase ^? 539 $ stty erase ^?
546 $ urxvt
547
548 Toggle with "ESC [ 36 h" / "ESC [ 36 l".
549
550 For an existing rxvt-unicode:
551
552 # use Backspace = ^H
553 $ stty erase ^H
554 $ echo -n "^[[36h"
555
556 # use Backspace = ^?
557 $ stty erase ^?
558 $ echo -n "^[[36l" 540 $ echo -n "^[[?67l"
559 541
560 This helps satisfy some of the Backspace discrepancies that occur, but 542 This helps satisfy some of the Backspace discrepancies that occur, but
561 if you use Backspace = "^H", make sure that the termcap/terminfo value 543 if you use Backspace = "^H", make sure that the termcap/terminfo value
562 properly reflects that. 544 properly reflects that.
563 545
755 keeping a very small window. If somebody pastes something complicated 737 keeping a very small window. If somebody pastes something complicated
756 (e.g. japanese), I temporarily switch to a larger font. 738 (e.g. japanese), I temporarily switch to a larger font.
757 739
758 The above is all in my ".Xdefaults" (I don't use ".Xresources" nor 740 The above is all in my ".Xdefaults" (I don't use ".Xresources" nor
759 "xrdb"). I also have some resources in a separate ".Xdefaults-hostname" 741 "xrdb"). I also have some resources in a separate ".Xdefaults-hostname"
760 file for different hosts, for example, on ym main desktop, I use: 742 file for different hosts, for example, on my main desktop, I use:
761 743
762 URxvt.keysym.C-M-q: command:\033[3;5;5t 744 URxvt.keysym.C-M-q: command:\033[3;5;5t
763 URxvt.keysym.C-M-y: command:\033[3;5;606t 745 URxvt.keysym.C-M-y: command:\033[3;5;606t
764 URxvt.keysym.C-M-e: command:\033[3;1605;5t 746 URxvt.keysym.C-M-e: command:\033[3;1605;5t
765 URxvt.keysym.C-M-c: command:\033[3;1605;606t 747 URxvt.keysym.C-M-c: command:\033[3;1605;606t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines