-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
177 lines (144 loc) · 3.77 KB
/
.Xdefaults
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
! URxvt
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0200/c800
! General settings
URxvt.saveLines: 2000
URxvt.scrollBar: False
URxvt.scrollstyle: rxvt
URxvt.termName: xterm-256color
URxvt.urgentOnBell: True
URxvt.cursorBlink: False
! Extensions
URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select,resize-font
URxvt.urlLauncher: xdg-open
URxvt.urlButton: 1
URxvt.underlineURLs: True
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
! Keybindings
!URxvt.keysym.Mod4-c: perl:clipboard:copy
!URxvt.keysym.Mod4-v: perl:clipboard:paste
!URxvt.keysym.Mod4-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.C-Escape: perl:keyboard-select:activate
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.C-Down: resize-font:smaller
URxvt.keysym.C-Up: resize-font:bigger
! old key binding
!URxvt.keysym.Shift-Control-V: perl:clipboard:paste
!URxvt.iso14755: False
!URxvt.perl-ext-common: default,clipboard
!urxvt*font: xft:Terminus:pixelsize=12,xft:Inconsolata\ for\ Powerline:pixelsize=12
! Fonts
!Courier
!URxvt.font: xft:Courier-10
!Inconsolata
!URxvt.font: xft:Inconsolata-15
!URxvt.boldFont: xft:Inconsolata-15
!URxvt.letterSpace: -1
!Inconsolata-g
!URxvt.font: xft:InconsolataG-10
!URxvt.letterSpace: -1
!Anonymous Pro
!URxvt.font: xft:Anonymous\ Pro-12
!URxvt.letterSpace: -1
!Monaco
!URxvt.font: xft:Monaco-10
!URxvt.letterSpace: -1
!Droid Sans Mono
!URxvt.font: xft:Droid Sans Mono-10
!URxvt.letterSpace: -1
!DejaVu Sans
!URxvt.font: xft:DejaVu Sans Mono-15
!URxvt.letterSpace: -1
!Manospace
!URxvt.font: xft:Monospace-15
!URxvt.letterSpace: -1
!Terminus
!URxvt.font: xft:Terminus-10
URxvt*font: xft:Source\ Code\ Pro\ Medium:pixelsize=15:antialias=true:hinting=true,xft:Source\ Code\ Pro\ Medium:pixelsize=15:antialias=true:hinting=true
!URxvt*borderLess: true
! Tango theme
URxvt.background: #1C1C1C
URxvt.foreground: #DEDEDE
! black
URxvt.color0 : #2E3436
URxvt.color8 : #555753
! red
URxvt.color1 : #CC0000
URxvt.color9 : #EF2929
! green
URxvt.color2 : #4E9A06
URxvt.color10 : #8AE234
! yellow
URxvt.color3 : #C4A000
URxvt.color11 : #FCE94F
! blue
URxvt.color4 : #3465A4
URxvt.color12 : #729FCF
! magenta
URxvt.color5 : #75507B
URxvt.color13 : #AD7FA8
! cyan
URxvt.color6 : #06989A
URxvt.color14 : #34E2E2
! white
URxvt.color7 : #D3D7CF
URxvt.color15 : #EEEEEC
! XTerm
! General settings
XTerm*termName: xterm-256color
XTerm*geometry: 80x24
XTerm*saveLines: 1024
XTerm*scrollBar: False
XTerm*loginshell: False
XTerm*cursorBlink: False
! Fonts and Encoding
XTerm*utf8: True
XTerm*locale: True
XTerm*utf8Title: True
XTerm*renderFont: True
XTerm*preeditType: Root
XTerm*xftAntialias: true
XTerm*faceName: xft:Inconsolata-12
! Trim trailing spaces
XTerm*trimSelection: true
! Fix alt-key inputting
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
! Copy and paste with clipboard
XTerm*translations: #override \
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
! Allow selecting email/url by double-click
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! Tango Theme
XTerm*background: #1C1C1C
XTerm*foreground: #DEDEDE
! black
XTerm*color0 : #2E3436
XTerm*color8 : #555753
! red
XTerm*color1 : #CC0000
XTerm*color9 : #EF2929
! green
XTerm*color2 : #4E9A06
XTerm*color10 : #8AE234
! yellow
XTerm*color3 : #C4A000
XTerm*color11 : #FCE94F
! blue
XTerm*color4 : #3465A4
XTerm*color12 : #729FCF
! magenta
XTerm*color5 : #75507B
XTerm*color13 : #AD7FA8
! cyan
XTerm*color6 : #06989A
XTerm*color14 : #34E2E2
! white
XTerm*color7 : #D3D7CF
XTerm*color15 : #EEEEEC