-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
190 lines (176 loc) · 7.46 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
! File: .Xdefaults
! Author: Mads N Noe <mail (@) madsnoe.dk>
! Licence: as-is
! Modified: 2011-08-15
Emacs.fontBackend: xft
Emacs.menuBar: off
Emacs.toolBar: -1
Emacs.verticalScrollBars: off
! XPDF
xpdf*viKeys: true
! XDVI
xdvi*mainTranslations: #override\
<Key>K: up-or-previous()\n\
<Key>J: down-or-next()\n\
Shift <Btn1Down>: drag(+) \n\
<Btn1Down>: drag(|) \n\
<Btn2Down>: text-selection()\n\
<Btn3Down>: source-special()\n\
<Btn4Down>: up-or-previous()\n\
<Btn5Down>: down-or-next()
xdvi*shrinkFactor: 6
xdvi*editor: gvim --servername VIM --remote
xdvi*expertMode: 0
xdvi*mouseMode: 1
xdvi*noInitFile: true
! XTERM
! Required for emacs title
XTerm*allowWindowOps: true
XTerm*loginShell: true
XTerm*termName: xterm-256color
XTerm*saveLines: 5120
XTerm*keepSelection: true
XTerm*bellIsUrgent: true
XTerm*eightBitInput: true
XTerm*metaSendsEscape: false
XTerm*eightBitOutput: true
XTerm*locale: false
XTerm*utf8: 0
XTerm*wideChars: false
XTerm*font: *-misc-fixed-medium-r-normal-*-13-*-*-*-*-80-iso8859-1
XTerm*boldFont: *-misc-fixed-bold-r-normal-*-13-*-*-*-*-80-iso8859-1
XTerm*font1: *-misc-fixed-medium-r-normal-*-15-*-*-*-*-90-iso8859-1
XTerm*iconPixmap: /home/mntnoe/.local/share/pixmaps/term.xbm
XTerm*iconMask: /home/mntnoe/.local/share/pixmaps/term-mask.xbm
XTerm*boldMode: true
XTerm*geometry: 80x25
XTerm*cursorOffTime: 500
XTerm*cursorOnTime: 500
XTerm*scrollBar: false
XTerm*internalBorder: 2
! Fix <Left><Right> keys in Vim
XTerm*vt100*allowTcapOps: false
! I use xclip to copy from primary selection to clipboard
XTerm*vt100*translations: #replace\n\
<Btn1Down>: select-start()\n\
<Btn1Motion>: select-extend()\n\
<Btn1Up>: select-end(PRIMARY) \n\
Shift <Btn2Down>: insert-selection(CLIPBOARD) \n\
<Btn2Down>: ignore()\n\
<Btn2Up>: ignore()\n\
<Btn3Down>: start-extend()\n\
<Btn3Up>: ignore()\n\
<Btn4Down>: scroll-back(1,halfpage)\n\
<Btn5Down>: scroll-forw(1,halfpage)\n\
\
:!Mod2 Shift <Key> Prior: scroll-back(1,halfpage)\n\
:! Shift <Key> Prior: scroll-back(1,halfpage)\n\
:!Mod2 Shift <Key> Next: scroll-forw(1,halfpage)\n\
:! Shift <Key> Next: scroll-forw(1,halfpage)\n\
\
!Mod2 Ctrl <Key> 7: string("zbg") string(0x0d)\n\
! Ctrl <Key> 7: string("zbg") string(0x0d)\n\
!Mod2 Ctrl <Key> 8: keymap(scroll)\n\
! Ctrl <Key> 8: keymap(scroll)\n\
!Mod2 Ctrl <Key> 9: insert-selection(PRIMARY) \n\
! Ctrl <Key> 9: insert-selection(PRIMARY) \n\
!Mod2 Ctrl <Key> 0: insert-selection(CLIPBOARD) \n\
! Ctrl <Key> 0: insert-selection(CLIPBOARD) \n\
!Mod2 Ctrl <Key> minus: dabbrev-expand()\n\
! Ctrl <Key> minus: dabbrev-expand()\n\
!Mod2 Meta <Key> F9: set-vt-font(d) \n\
! Meta <Key> F9: set-vt-font(d) \n\
!Mod2 Meta <Key> F10: set-vt-font(1) \n\
! Meta <Key> F10: set-vt-font(1) \n\
\
Mod5 Shift <Key> O: string("Æ")\n\
Mod5 Shift <Key> apostrophe: string("Ø")\n\
Mod5 Shift <Key> braceleft: string("Å")\n\
Mod5 <Key> O: string("æ")\n\
Mod5 <Key> apostrophe: string("ø")\n\
Mod5 <Key> braceleft: string("å")\n\
\
!:Mod2 Ctrl Shift <Key> Return: string("[27;6;13~")\n\
!: Ctrl Shift <Key> Return: string("[27;6;13~")\n\
!:Mod2 Meta Shift <Key> Return: string("[27;13;13~")\n\
!: Meta Shift <Key> Return: string("[27;13;13~")\n\
!:Mod2 Ctrl <Key> Return: string("[27;5;13~")\n\
!: Ctrl <Key> Return: string("[27;5;13~")\n\
!:Mod2 Shift <Key> Return: string("[27;2;13~")\n\
!: Shift <Key> Return: string("[27;2;13~")\n\
!:Mod2 <Key> Home: string("[7~")\n\
!: <Key> Home: string("[7~")\n\
!:Mod2 <Key> End: string("[4~")\n\
!: <Key> End: string("[4~")\n\
\
Meta <Key> N: string(0x0d)\n\
Meta <Key> E: string(" ")\n\
Ctrl Meta <Key> H: string("ˆ")\n\
Meta <Key> BackSpace: string("ˆ")\n\
Ctrl <Key> H: string("Ÿ")\n\
\
!Mod2 Shift <Key> space: string("œ")\n\
! Shift <Key> space: string("œ")\n\
!Mod2 Ctrl <Key> comma: string("")\n\
! Ctrl <Key> comma: string("")\n\
!Mod2 Ctrl <Key> period: string("ž")\n\
! Ctrl <Key> period: string("ž")\n\
\
~Meta <Key>: insert-seven-bit()\n\
Meta <Key>: insert-eight-bit()
XTerm*vt100*scrollKeymap*translations: #override \
<Key> n: scroll-forw(1,line)\n\
<Key> e: scroll-back(1,line)\n\
<Key> j: scroll-forw(1,halfpage)\n\
<Key> k: scroll-back(1,halfpage)\n\
<Key> Escape: keymap(None) string(" ")\n\
<Key>: ignore()\n
XTerm*on2Clicks: word
XTerm*on3Clicks: regex [a-zA-Z_]*
XTerm*on4Clicks: regex [^ ]*
XTerm*on5Clicks: line
! ! "" # $ % & '' ( ) * + , - . /
! 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
! @ [ \ ] ^ _ ` { | } ~
! 64, 91, 92, 93, 94, 48, 96, 123, 124, 125, 126,
XTerm*charClass: 33:48,35-38:48,43:48,45-47:48,58:48,61:48,63-64:48,126:48
! 0=black 1=red 2=green 3=yellow 4=blue 5=magenta 6=cyan 7=white
! 8=black 9=red 10=green 11=yellow 12=blue 13=magenta 14=cyan 15=white
XTerm*background: #182227
XTerm*foreground: #b2b2b2
XTerm*cursorColor: #808080
XTerm*color0: #686868
XTerm*color1: #ee5454
XTerm*color2: #24ed24
XTerm*color3: #ffff54
XTerm*color4: #398af6
XTerm*color5: #df54df
XTerm*color6: #54ffff
XTerm*color7: #ffffff
XTerm*color8: #686868
XTerm*color9: #ee5454
XTerm*color10: #24ed24
XTerm*color11: #ffff54
XTerm*color12: #398af6
XTerm*color13: #df54df
XTerm*color14: #54ffff
XTerm*color15: #ffffff
xterm-light*background: #ffffff
xterm-light*foreground: #000000
xterm-light*cursorColor: #404040
xterm-light*color0: #343434
xterm-light*color1: #ee2a2a
xterm-light*color2: #02bc02
xterm-light*color3: #debe0a
xterm-light*color4: #1c45f6
xterm-light*color5: #de2ade
xterm-light*color6: #0acefe
xterm-light*color7: #7f7f7f
xterm-light*color8: #343434
xterm-light*color9: #ee2a2a
xterm-light*color10: #02bc02
xterm-light*color11: #debe0a
xterm-light*color12: #1c45f6
xterm-light*color13: #de2ade
xterm-light*color14: #0acefe
xterm-light*color15: #7f7f7f