blob: 3ca4755beac62bb7de937a523b388435eac1a143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
*foreground: black
*fontList: -*-lucida-medium-r-*-*-10-*-*-*-*-*-*-*
xbattext*fontList: -*-lucida-medium-r-*-*-10-*-*-*-*-*-*-*
xbattext*alertFontList: -*-lucida-bold-r-*-*-10-*-*-*-*-*-*-*
xbattext*alertForeground: red3
xbattext*chargeForeground: green3
xpdf.geometry: x710-0
minfo*XmText.fontList: -*-lucidatypewriter-medium-r-*-*-10-*-*-*-*-*-*-*
minfo*head1Font: -*-lucidatypewriter-bold-r-*-*-17-*-*-*-*-*-*-*
minfo*head2Font: -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-*
minfo*head3Font: -*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-*-*
minfo*head4Font: -*-lucidatypewriter-bold-r-*-*-10-*-*-*-*-*-*-*
URxvt.termName: rxvt
URxvt.loginShell: true
URxvt.saveLines: 2000
xterm*font: -*-lucidatypewriter-medium-r-*-*-10-*-*-*-*-*-*-*
xterm*loginShell: true
xterm*saveLines: 2000
xterm*metaSendsEscape: true
xterm*on2Clicks: word
xterm*scrollBar: true
xterm*scrollKey: true
xterm*scrollTtyOutput: true
xterm*alternateScroll: true
xterm*allowScrollLock: true
xterm*charClass: 33:48,35:48,37:48,40-43:48,45-47:48,58:48,60:48,62:48,126:48
*VT100*translations: #override \n\
Shift <Btn3Down>: set-reverse-video(toggle) \n\
Shift <Key>Return:scroll-lock(on)insert() \n\
<Key>Home:scroll-lock(on)scroll-top() \n\
<Key>End:scroll-lock(off)scroll-bottom() \n\
<Key>Prior:scroll-back(1,page) \n\
<Key>Next:scroll-forw(1,page) \n\
<Key>Up:scroll-back(3,line) \n\
<Key>Down:scroll-forw(3,line) \n\
Ctrl Shift <Key>R:interactive-reset(0x0c)
! black
! xterm*color0:
! xterm*color8:
! red
! xterm*color1:
! xterm*color9:
! green
! xterm*color2:
xterm*color10: green2
! yellow
! xterm*color3:
xterm*color11: yellow3
! blue
! xterm*color4:
! xterm*color12:
! magenta
! xterm*color5:
! xterm*color13:
! cyan
xterm*color6: cyan2
xterm*color14: cyan3
! gray
xterm*color7: gray30
! xterm*color15:
|