-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
73 lines (66 loc) · 2.08 KB
/
.Xresources
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
!look and feel
xterm*termName: xterm-256color
xterm*geometry: 100x50
xterm*scrollBar: false
xterm*rightScrollBar: true
xterm*loginshell: true
xterm*cursorBlink: true
xterm*background: black
#xterm*background: #262626
xterm*foreground: gray
xterm*borderLess: true
xterm*colorUL: yellow
xterm*colorBD: white
!fix alt key input
xterm*eightBitInput: false
xterm*altSendsEscape: true
!print color and bold/underline attributes
xterm*printAttributes: 2
xterm*printerCommand: cat > ~/xtermdump
!mouse selecting to copy, shift-insert to paste
!now still use ctrl+v to paste
XTerm*VT100.Translations: #override \
Shift <Key> Insert: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\
<BtnUp>: select-end(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\
Shift <Key> Up: scroll-back(1,lines) \n\
Shift <Key> Down: scroll-forw(1,lines) \n
xterm*backarrowKey: false
!font and locale
xterm*locale: true
xterm*utf8: 2
xterm*utf8Title: true
xterm*utfFonts: true
xterm*utf8Latin1: true
xterm*fontMenu*fontdefault*Label: Default
!xterm*faceName: Monospace:antialias=True:pixelsize=12
!xterm*faceName: DejaVu Sans Mono:antialias=True:pixelsize=12
xterm*faceName: DejaVu Sans Mono:pixelsize=13
!xterm*faceName: Yahei Consolas Hybrid:pixelsize=12
!xterm*faceName: Bitstream vesa sans:pixelsize=12
!xter*boldFont: DejaVu Sans Mono:style=Bold:pixelsize=15
!xterm*faceNameDoublesize: WenrQuanYi bitmap song:pixelsize=12:antialias=false
!xterm*faceNameDoublesize: WenrQuanYi microhei:pixelsize=12:antialias=false
!xterm*faceNameDoublesize: WenrQuanYi zenhei:pixelsize=12
xterm*faceNameDoublesize: Yahei Consolas Hybrid:pixelsize=12
xterm*xftAntialias: true
!xterm*facesize: 10.5
xterm*cjkWidth: false
!xterm*mkWidth: true
xterm*SaveLines: 5000
!-- Tango color scheme
*xterm*color0: #2e3436
*xterm*color1: #cc0000
*xterm*color2: #4e9a06
*xterm*color3: #c4a000
*xterm*color4: #3465a4
*xterm*color5: #75507b
*xterm*color6: #0b939b
*xterm*color7: #d3d7cf
*xterm*color8: #555753
*xterm*color9: #ef2929
*xterm*color10: #8ae234
*xterm*color11: #fce94f
*xterm*color12: #729fcf
*xterm*color13: #ad7fa8
*xterm*color14: #00f5e9
*xterm*color15: #eeeeec