]> code.delx.au - dotfiles/blob - .Xresources
Fixed backspace key properly
[dotfiles] / .Xresources
1 ! Nicer colours
2 URxvt.color0: #000000
3 URxvt.color1: #BB0000
4 URxvt.color2: #00BB00
5 URxvt.color3: #BBBB00
6 URxvt.color4: #0000BB
7 URxvt.color5: #BB00BB
8 URxvt.color6: #00BBBB
9 URxvt.color7: #BBBBBB
10 URxvt.color8: #555555
11 URxvt.color9: #FF5555
12 URxvt.color10: #55FF55
13 URxvt.color11: #FFFF55
14 URxvt.color12: #5555FF
15 URxvt.color13: #FF55FF
16 URxvt.color14: #55FFFF
17 URxvt.color15: #FFFFFF
18
19 ! Partial transparency for a dark on light terminal
20 URxvt.background: #FFFFFF
21 URxvt.foreground: #000000
22 URxvt.inheritPixmap: True
23 URxvt.tintColor: #000000
24 URxvt.shading: -10
25
26 ! Partial transparency for a light on dark terminal
27 !URxvt.background: #000000
28 !URxvt.foreground: #BBBBBB
29 !URxvt.inheritPixmap: True
30 !URxvt.tintColor: #FFFFFF
31 !URxvt.shading: 10
32
33
34 ! This option sets the TERM environment variable:
35 ! TERM=rxvt-unicode won't work because systems don't have a terminfo file for
36 ! TERM=xterm because different systems have inconsistent terminfo files for it
37 ! (differing ideas about what xterm sends as backspace)
38 ! TERM=xterm-color works well with the few key fixes below
39 URxvt.termName: xterm-color
40
41 ! Make the keys behave like the xterm-color terminfo says they should
42 URxvt.keysym.Home: \033[1~
43 URxvt.keysym.End: \033[4~
44 URxvt.backspacekey: ^H
45 URxvt.deletekey: \033[3~
46
47 ! Scrollback buffer
48 URxvt.saveLines: 8192
49
50 ! Put the scrollbar on the right
51 URxvt.scrollBar_right: true
52
53 ! Tab characters don't turn into spaces
54 URxvt.pasteableTabs: true
55
56 ! Fonts
57 !URxvt.font: 9x15
58 !URxvt.font: fixed
59 URxvt.font: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
60 URxvt.boldFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
61 URxvt.italicFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
62 URxvt.boldItalicFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
63
64 ! Double-click selections
65 URxvt.cutchars: `"'&()*,;<=>?@[]{|}:$