-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXresources
260 lines (219 loc) · 9.11 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
! Cursor theme {{{
Xcursor.theme: Vanilla-DMZ-AA
! Xcursor.size: 22
!}}}
! Xft settings {{{
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintsmedium
! hintstyle: medium means that (for Postscript fonts) we
! position the stems for maximum constrast and consistency
! but do not force the stems to integral widths. hintnone,
! hintslight, and hintfull are the other possibilities.
!}}}
! emacs settings {{{
! Emacs*.font: Inconsolata-10
! Emacs*.font: DejaVu Sans Mono-12
Emacs*.fontBackend: xft
! Emacs*.menuBar: off
Emacs*toolBar: 0
! Emacs*ScrollBars: right
Emacs*ScrollBars: off
Emacs*.verticalScrollBars: off
Emacs*pane.menubar.background: #242424
Emacs*pane.menubar.foreground: #f6f3e8
Emacs*menubar.margin: 0
Emacs*shadowThickness: 1
!}}}
! URxvt settings {{{
! URxvt*font: xft:DejaVu Sans Mono:style=Book:pixelsize=12
! URxvt*boldFont: xft:DejaVu Sans Mono:style=Bold:pixelsize=12
! URxvt*italicFont: xft:DejaVu Sans Mono:style=Oblique:pixelsize=12
! URxvt*boldItalicFont: xft:DejaVu Sans Mono:style=BoldOblique:pixelsize=12
!URxvt*font: xft:Consolas for Powerline:regular:size=10
!URxvt*font: xft:Droid Sans Mono for Powerline:style=Regular:pixelsize=12
URxvt*font: xft:Inconsolata for Powerline:style=Medium:pixelsize=18
!URxvt*font: xft:Monaco for Powerline:regular:size=10
!URxvt*font: xft:Source Code Pro for Powerline:style=Medium,Regular:pixelsize=12
! URxvt*geometry: 80x27
! URxvt*chdir: /home/simon
! URxvt*termName: rxvt-256color
! URxvt*termName: rxvt-unicode
URxvt.iconFile: /usr/share/icons/Arc/apps/symbolic/utilities-terminal-symbolic.svg
URxvt*depth: 32
! URxvt*inheritPixmap: true
! URxvt*transparent: true
! URxvt*tintColor: #2E3434
! URxvt*shading: 50
! fade text when focus is lost
! URxvt*fading: 25
! URxvt*fadecolor: #2E3434
URxvt*internalBorder: 5
URxvt*saveLines: 32767
URxvt*loginShell: true
URxvt*cutchars: "()*,<>[]{}|"
URxvt*visualBell: true
URxvt.urgentOnBell: true
! scrollbar style - rxvt (default), plain (most compact), next, or xterm
URxvt.scrollBar: false
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true
URxvt.scrollstyle: plain
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt*secondaryScroll: true
! URxvt*perl-lib: /usr/lib/urxvt/perl/
! URxvt.perl-lib: .urxvt/
! perl-ext-common remplacé par perl-ext depuis v9.16 :
URxvt.perl-ext: default,matcher,searchable-scrollback,clipboard,url-select,keyboard-select
! urlLauncher remplacé par url-launcher depuis v9.16 :
URxvt.url-launcher: firefox
! URxvt*urlLauncher: firefox
! URxvt.urlLauncher: x-www-browser
URxvt*matcher.button: 1
! URxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
! Rxvt*matcher.pattern.1: \\b(gopher|mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
! Rxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt*keysym.C-u: perl:matcher
! open and list recent (currently limited to 10) URLs via keyboard:
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
! url-select
! Alt+U Enter selection mode. The last URL on your screen will be
! selected. You can repeat Alt+U to select the next upward URL.
! J/K Select next upward URL
! Return Open selected URL in browser and quit selection mode
! O Open selected URL in browser without quitting selection mode
! Y Copy (yank) selected URL and quit selection mode
! Esc Cancel URL selection mode
URxvt.url-select.launcher: /usr/bin/firefox -new-tab
URxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt*colorUL: #c5f779
URxvt*underlineColor: #c5f779
URxvt.colorBD: #ffffff
URxvt.colorIT: #bbbbbb
! URxvt.cursorColor: #ffbb00
! URxvt.borderColor: #191919
! urxvt*.colorUL: #ffffff
! URxvt.keysym.M-C-KP_0: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=12\007
! URxvt.keysym.M-C-KP_1: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=14\007
! URxvt.keysym.M-C-KP_2: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=16\007
! URxvt.keysym.M-C-KP_3: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=20\007
! URxvt.keysym.M-C-KP_4: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=24\007
! URxvt.keysym.M-C-KP_5: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=32\007
! URxvt.keysym.M-C-KP_6: command:\033]710;xft: Deja Vu Sans Mono:pixelsize=48\007
! URxvt.tabbed.tabbar-fg: <colour-index, default 3>
! URxvt.tabbed.tabbar-bg: <colour-index, default 0>
! URxvt.tabbed.tab-fg: <colour-index, default 0>
! URxvt.tabbed.tab-bg: <colour-index, default 1>
!}}}
! xterm settings {{{
! Appearance
xterm*eightBitInput: true
xterm*faceName: terminus:pixelsize=16
xterm*cursorColor: #000000
! xterm*Geometry: 100x60
! xterm*foreground: #909090
! xterm*background: #303030
xterm*font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*
xterm*boldFont: -*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*
xterm*scrollBar: false
! xterm*termName: xterm-256color
xterm*utf8: 2
xterm*internalBorder: 0
xterm*loginShell: true
xterm*cursorBlink: false
xterm*saveLines: 65535
xterm*dynamicColors: on
xterm*highlightSelection: true
! Catch URLs
xterm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
!}}}
! Colors {{{
#include ".colors/hybrid"
!}}}
!{{{ XLOCK
XLock.mode: blank
!XLock.mode: fzort
!XLock.mode: atunnels
!XLock.icongeometry: 256x256
XLock.username: Username:
XLock.password: Password:
XLock.foreground: #CCCCCC
XLock.background: #242424
XLock.description: false
XLock.echokeys: true
XLock.echokey: *
XLock.info:
!XLock.info: Enter password to unlock \nSelect icon to lock
XLock.validate: Validating login...
XLock.invalid: Login failed
XLock*font: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*
!XLock.ncolors: 200
!XLock.dpmsstandby: 600
!XLock.dpmssuspend: 1200
!XLock.dpmsoff: 1800
!}}}
!{{{ XMESSAGE
Xmessage*font: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*
Xmessage*background: #242424
Xmessage*foreground: #CCCCCC
Xmessage*form.*.shapeStyle: rectangle
Xmessage*Scrollbar.width: 1
Xmessage*Scrollbar.borderWidth: 0
!Xmessage.form.message.Scroll: WhenNeeded
Xmessage*Buttons: Quit
Xmessage*defaultButton: Quit
!Xmessage*geometry: +20+20
!}}}
!{{{ DS9
!ds9*foreground: #000
!ds9*background: #eee
/* ds9*background: grey40 */
/* ds9*foreground: black */
/* ds9*activeBackground: grey50 */
/* ds9*activeForeground: black */
/* ds9*disabledForeground: grey30 */
/* ds9*highlightBackground: black */
/* ds9*insertBackground: red */
/* ds9*troughColor: grey40 */
/* ds9*out.out.background: grey20 */
/* ds9*term.t*busyfg: grey20 */
/* ds9*term.t*unbusyfg: black */
!}}}
!{{{ xscreensaver
!font settings
xscreensaver.Dialog.headingFont: -*-terminus-bold-r-*-*-16-*-*-*-*-*-*-*
xscreensaver.Dialog.bodyFont: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.labelFont: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.unameFont: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.buttonFont: -*-terminus-bold-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.dateFont: -*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.passwd.passwdFont: -*-terminus-bold-r-*-*-14-*-*-*-*-*-*-*
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #CCCCCC
xscreensaver.Dialog.background: #242424
xscreensaver.Dialog.topShadowColor: #434343
xscreensaver.Dialog.bottomShadowColor: #424242
xscreensaver.Dialog.Button.foreground: #CCCCCC
xscreensaver.Dialog.Button.background: #343434
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #CCCCCC
xscreensaver.Dialog.text.background: #343434
xscreensaver.Dialog.internalBorderWidth:24
xscreensaver.Dialog.borderWidth: 0
xscreensaver.Dialog.shadowThickness: 2
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #CCCCCC
xscreensaver.passwd.thermometer.background: #999999
xscreensaver.passwd.thermometer.width: 8
!datestamp format--see the strftime(3) manual page for details
xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y
!}}}