]> code.delx.au - dotfiles/blob - .Xresources
Home/end keys for Urxvt match the bundled terminfo
[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 to xterm
35 URxvt.termName: xterm
36
37 ! Make the keys behave like the xterm terminfo says they should
38 URxvt.keysym.Home: \033[H
39 URxvt.keysym.End: \033[F
40 URxvt.backspacekey: ^?
41 URxvt.deletekey: \033[3~
42
43 ! Scrollback buffer
44 URxvt.saveLines: 8192
45
46 ! Put the scrollbar on the right
47 URxvt.scrollBar_right: true
48
49 ! Tab characters don't turn into spaces
50 URxvt.pasteableTabs: true
51
52 ! Fonts
53 !URxvt.font: 9x15
54 !URxvt.font: fixed
55 URxvt.font: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
56 URxvt.boldFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
57 URxvt.italicFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
58 URxvt.boldItalicFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
59
60 ! Double-click selections
61 URxvt.cutchars: `"'&()*,;<=>?@[]{|}:$
62
63