-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
110 lines (103 loc) · 2.97 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Xft.dpi: 180
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
*font: Liberation\ Sans:pixelsize=22:antialias=true
*boldFont: Liberation\ Sans:pixelsize=22:antialias=true:style=bold
*italicFont: Liberation\ Sans:pixelsize=22:antialias=true:style=italic
*boldItalicFont: Liberation\ Sans:pixelsize=22:antialias=true:style=bold:italic
*color0: #404040
*color8: #585858
*color1: #ff70a4
*color9: #ffa2c1
*color2: #00a8a8
*color10: #00bebe
*color3: #a2a2a2
*color11: #d5d5d5
*color4: #008080
*color12: #00a4a4
*color5: #8d5796
*color13: #ac80a6
*color6: #00cdcd
*color14: #00ffff
*color7: #cccccc
*color15: #eeeeee
*color232: #0a0a0a
URxvt*background: #ffffff
URxvt*foreground: #0c0c0c
URxvt*meta8: true
URxvt.font: Liberation\ Mono:pixelsize=28:antialias=true
URxvt.boldFont: Liberation\ Mono:pixelsize=28:antialias=true:style=bold
URxvt.italicFont: Liberation\ Mono:pixelsize=28:antialias=true:style=italic
URxvt.boldItalicFont: Liberation\ Mono:pixelsize=28:antialias=true:style=bold:italic
URxvt.letterSpace: -1
URxvt*buffered: true
URxvt.cursorBlink: true
URxvt.scrollBar: false
URxvt.internalBorder: 4
URxvt.loginShell: true
URxvt.urgentOnBell: true
URxvt.saveLines: 2048
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt.execLauncher: :x
URxvt.editLauncher: :e
URxvt.urlLauncher: luakit -U
URxvt.colorUL: #307878
URxvt.keysym.Control-tab: \033[27;5;9~
URxvt.keysym.Control-period: \033[27;5;46~
URxvt.keysym.Control-comma: \033[27;5;44~
XTerm*background: #000000
XTerm*foreground: #ffffff
XTerm*faceName: Liberation\ Mono:pixelsize=28:antialias=true:hinting=false
XTerm*utf8: 1
XTerm*showBlinkAsBold: true
XTerm*loginShell: true
XTerm*bellIsUrgent: true
XTerm*saveLines: 2048
XTerm*pointerMode: 0
XTerm*charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
XTerm*scrollTtyKeypress: true
XTerm*scrollKey: true
XTerm*scrollBar: false
XTerm*multiScroll: true
XTerm*jumpScroll: true
XTerm*fastScroll: true
XTerm*BorderWidth: 0
XTerm*italicULMode: true
XTerm*cutNewLine: false
XTerm*eightBitInput: false
XTerm*ttyModes: erase ^?
XTerm*disallowedWindowOps: 20,21,SetXprop
XTerm*geometry: 140x44
XTerm*backarrowKey: false
*VT100.Translations: #override \
<Key>Delete: string(0x04) \n\
<Key>BackSpace: string(0x7F)
UXTerm*background: #000000
UXTerm*foreground: #ffffff
UXTerm*faceName: Liberation\ Mono:pixelsize=28:antialias=true:hinting=false
UXTerm*utf8: 1
UXTerm*showBlinkAsBold: true
UXTerm*loginShell: true
UXTerm*bellIsUrgent: true
UXTerm*saveLines: 2048
UXTerm*pointerMode: 0
UXTerm*charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
UXTerm*scrollTtyKeypress: true
UXTerm*scrollKey: true
UXTerm*scrollBar: false
UXTerm*multiScroll: true
UXTerm*jumpScroll: true
UXTerm*fastScroll: true
UXTerm*BorderWidth: 0
UXTerm*italicULMode: true
UXTerm*cutNewLine: false
UXTerm*eightBitInput: false
UXTerm*ttyModes: erase ^?
UXTerm*disallowedWindowOps: 20,21,SetXprop
UXTerm*geometry: 140x44
UXTerm*backarrowKey: false