-
Notifications
You must be signed in to change notification settings - Fork 2
/
.Xresources
330 lines (245 loc) · 10.3 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
! #include "Downloads/Xresources.light"
! Compile xft: Attempt to find a visual with the given bit depth;
URxvt*depth: 32
! Compile xft: Turn on/off double-buffering for xft (default
! URxvt*buffered: boolean
! Create the window with the specified X window geometry [default
! URxvt*geometry: geom
! modified from https://github.com/solarized/xresources
#define S_base03 #002b36
#define S_base02 #073642
#define S_base01 #586e75
#define S_base00 #657b83
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
! use different color for background
URxvt*background: [90]#000000
*background: #000000
*foreground: S_base0
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
#define S_violet #6c71c4
#define S_blue #268bd2
#define S_cyan #2aa198
#define S_green #859900
!! black dark/light
*color0: S_base02
*color8: S_base03
!! red dark/light
*color1: S_red
*color9: S_orange
!! green dark/light
*color2: S_green
*color10: S_base01
!! yellow dark/light
*color3: S_yellow
*color11: S_base00
!! blue dark/light
*color4: S_blue
*color12: S_base0
!! magenta dark/light
*color5: S_magenta
*color13: S_violet
!! cyan dark/light
*color6: S_cyan
*color14: S_base1
!! white dark/light
*color7: S_base2
*color15: S_base3
! bold
! URxvt*colorBD: colour
! italics
URxvt*colorIT: S_red
! underlined
URxvt*colorUL: S_magenta
! If set, use the specified colour as the colour for the underline
! URxvt*underlineColor: colour
! If set, use the specified colour as the background for highlighted
! URxvt*highlightColor: colour
! If set and highlightColor is set, use the specified colour as the
! URxvt*highlightTextColor: colour
! Use the specified colour for the cursor. The default is to use the
*cursorColor: S_base1
! Use the specified colour for the colour of the cursor text. For
! URxvt*cursorColor2: colour
! Fade to this colour, when fading is used (see fading:). The default
*fadeColor: S_base03
! Use the specified colour for the scrollbar [default #B2B2B2].
! URxvt*scrollColor: colour
! Use the specified colour for the scrollbars trough area [default
! URxvt*troughColor: colour
! The colour of the border around the text area and between the
! URxvt*borderColor: colour
! Mouse pointer foreground colour.
! URxvt*pointerColor: colour
! *pointerColor:S_base01
! *pointerColor2:S_base1
*pointerColorBackground:S_base01
*pointerColorForeground:S_base1
! True: simulate reverse video by foreground and background colours;
! URxvt*reverseVideo: boolean
! True: specify that jump scrolling should be used. When receiving
! URxvt*jumpScroll: boolean
! True: (the default) specify that skip scrolling should be used.
! URxvt*skipScroll: boolean
! Fade the text by the given percentage when focus is lost; option
! URxvt*fading: number
! Use compton inactive dim instead
! *fading: 40
! Select the fonts to be used. This is a comma separated list of font
! FREE SERIF CONTAIN MALAYALAM FONTS and other
URxvt*font: \
xft:FiraMono:Regular:size=14,\
xft:FreeMono:size=14,\
xft:Font Awesome 5 Free Solid:style=Solid,\
xft:FreeSerif:size=14,\
xft:FreeSans:size=14,\
xft:FiraMono Nerd Font Mono:size=14,
! URxvt*boldFont: fontlist
!
! URxvt*italicFont: fontlist
! The font list to use for displaying bold, italic or bold italic
! URxvt*boldItalicFont: fontlist
! false : prevent bold0 = color8 ,instead just bold it!!
! http://superuser.com/questions/512138/urxvt-bold-colors-are-wrong-bold-0-7-are-using-colors-from-8-15
URxvt*intensityStyles: false
! Set window title string, the default title is the command-line
! URxvt*title: string
! Set the name used to label the windows icon or displayed in an
! URxvt*iconName: string
! True: de-iconify (map) on receipt of a bell character. False: no
! URxvt*mapAlert: boolean
! True: set the urgency hint for the wm on receipt of a bell
! URxvt*urgentOnBell: boolean
! True: use visual bell on receipt of a bell character; option -vb.
! URxvt*visualBell: boolean
! True: start as a login shell by prepending a - to argv[0] of the
! URxvt*loginShell: boolean
! Specify the maximum time in milliseconds between multi-click select events.
! The default is 500 milliseconds; option -mc.
! URxvt*multiClickTime: number
! True: inhibit writing record into the system log file utmp; option -ut.
! False: write record into the system log file utmp [default]; option +ut.
! URxvt*utmpInhibit: boolean
! Specify a command pipe for vt100 printer [default lpr(1)]. Use
! URxvt*print-pipe: string
! Set scrollbar style to rxvt, plain, next or xterm. plain is the
URxvt*scrollstyle: plain
! Set the scrollbar width in pixels.
! URxvt*thickness: number
! True: enable the scrollbar [default]; option -sb. False: disable
URxvt*scrollBar: False
! True: place the scrollbar on the right of the window; option -sr.
URxvt*scrollBar_right: 1
! True: display an rxvt scrollbar without a trough; option -st.
URxvt*scrollBar_floating: 0
! Align the top, bottom or centre [default] of the scrollbar thumb
! URxvt*scrollBar_align: mode
! True: scroll to bottom when tty receives output; option -si.
URxvt*scrollTtyOutput: false
! True: scroll with scrollback buffer when tty receives new lines
URxvt*scrollWithBuffer: true
! True: scroll to bottom when a non-special key is pressed. Special
URxvt*scrollTtyKeypress: true
! Save number lines in the scrollback buffer [default 64]. This
URxvt*saveLines: 99999
! Internal border of number pixels. This resource is limited to 100;
! URxvt*internalBorder: number
! External border of number pixels. This resource is limited to 100;
! URxvt*externalBorder: number
! Set MWM hints to request a borderless window, i.e. if honoured by
! URxvt*borderLess: boolean
! Compile frills: Disable the usage of the built-in block
! URxvt*skipBuiltinGlyphs: boolean
! Specifies the terminal type name to be set in the TERM environment
! URxvt*termName: termname
! Specifies number of lines (pixel height) to insert between each row
! URxvt*lineSpace: number
! True: handle Meta (Alt) + keypress to set the 8th bit. False:
! URxvt*meta8: boolean
! True: the mouse wheel scrolls a page full. False: the mouse wheel
URxvt*mouseWheelScrollPage: 0
! True: store tabs as wide characters. False: interpret tabs as
! URxvt*pastableTabs: boolean
! True: blink the cursor. False: do not blink the cursor [default];
! URxvt*cursorBlink: boolean
! True: Make the cursor underlined. False: Make the cursor a box
! URxvt*cursorUnderline: boolean
! True: blank the pointer when a key is pressed or after a set number
! URxvt*pointerBlank: boolean
! Compile frills: Specifies the name of the mouse pointer shape [default xterm].
! See the macros in the X11/cursorfont.h include file for possible values (omit
! URxvt*pointerShape: string
! Specifies number of seconds before blanking the pointer [default 2].
! Use a large number (e.g. 987654321) to effectively disable the timeout.
! URxvt*pointerBlankDelay: number
! The string to send when the backspace key is pressed. If set to DEC
! URxvt*backspacekey: string
! The string to send when the delete key (not the keypad delete key)
! URxvt*deletekey: string
! The characters used as delimiters for double-click word selection
! URxvt*cutchars: string
! OverTheSpot, OffTheSpot, Root; option -pt.
! URxvt*preeditType: style
! name of inputMethod to use; option -im.
! URxvt*inputMethod: name
! The locale to use for opening the IM. You can use an "LC_CTYPE" of
! URxvt*imLocale: name
! Specify the font-set used for XIM styles "OverTheSpot" or
! URxvt*imFont: fontset
! Change the meaning of triple-click selection with the left mouse
! URxvt*tripleclickwords: boolean
! Enables "insecure" mode. Rxvt-unicode offers some escape sequences
! URxvt*insecure: boolean
! Set the key to be interpreted as the Meta key to: alt, meta, hyper,
! URxvt*modifier: modifier
! Specify the reply rxvt-unicode sends to the shell when an ENQ
! URxvt*answerbackString: string
! Turn on/off secondary screen (default enabled).
URxvt*secondaryScreen: 1
! Turn on/off secondary screen scroll (default enabled). If this
URxvt*secondaryScroll: 0
! Turn on/off hold window after exit support. If enabled, urxvt will
! URxvt*hold: boolean
! Sets the working directory for the shell (or the command specified
! URxvt*chdir: path
! Compile frills: Associate string with keysym sym. The intervening
! URxvt*keysym.sym: string
URxvt*perl-ext-common: default,keyboard-select,clipboard,url-select,matcher,resize-font
URxvt.url-select.launcher: /usr/bin/firefox
URxvt*matcher.button: 1
URxvt*keysym.M-Escape: perl:keyboard-select:activate
URxvt*keysym.M-s: perl:keyboard-select:search
URxvt*keysym.M-u: perl:url-select:select_next
URxvt*keysym.M-v: perl:clipboard:paste
URxvt.keysym.S-C-V: eval:paste_clipboard
URxvt*clipboard.autocopy: true
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
URxvt.resize-font.reset: C-equal
URxvt.resize-font.show: C-question
! Comma-separated list(s) of perl extension scripts (default:
! URxvt*perl-ext: string
! Perl code to be evaluated when all extensions have been registered.
! URxvt*perl-eval: string
! Colon-separated list of additional directories that hold extension
! URxvt*perl-lib: /usr/lib/urxvt/perl/
! Additional selection patterns, see the urxvtperl(3) manpage for
! URxvt*selection.pattern-idx: perl-regex
! Selection auto-transform patterns, see the urxvtperl(3) manpage for
! URxvt*selection-autotransform.idx: perl-transform
! Sets the hotkey that starts the incremental scrollback buffer
! URxvt*searchable-scrollback: keysym
! Specifies the program to be started with a URL argument. Used by
! URxvt*url-launcher: string
! Compile frills: Sets the WM_TRANSIENT_FOR property to the given
! URxvt*transient-for: windowid
! Compile frills: Sets override-redirect for the terminal window,
! URxvt*override-redirect: boolean
! Turn on/off ISO 14755 (default enabled).
URxvt.iso14755: false
URxvt.iso14755_52: false