-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
52 lines (45 loc) · 1.22 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
*color0: #000000
*color1: #800000
*color2: #008000
*color3: #808000
*color4: #000080
*color5: #800080
*color6: #008080
*color7: #c0c0c0
*color8: #808080
*color9: #ff0000
*color10: #00ff00
*color11: #ffff00
*color12: #0000ff
*color13: #ff00ff
*color14: #00ffff
*color15: #ffffff
Xft.autohint: 0
Xft.hintstyle: hintfull
Xft.hinting: true
Xft.antialias: 1
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
UXTerm.foreground: #eeeeee
UXTerm.background: #222222
UXTerm.font: -*-fixed-medium-r-normal-*-15-*-*-*-*-*-iso10646-*
UXTerm.boldfont: -*-fixed-bold-r-normal-*-15-*-*-*-*-*-iso10646-*
UXTerm.bellIsUrgent: true
URxvt.foreground: #eeeeee
URxvt.background: #222222
URxvt.font: xft:DejaVu Sans Mono:size=13
URxvt.boldFont: xft:DejaVu Sans Mono:bold:size=13
URxvt.italicFont: xft:DejaVu Sans Mono:italic:size=13
Urxvt.cursorColor: #00ff00
URxvt.borderLess: false
URxvt.buffered: true
URxvt.externalBorder: 0
URxvt.scrollBar: false
URxvt.secondaryWheel: true
URxvt.urgentOnBell: true
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.matcher.button: 1
URxvt.matcher.launcher: /usr/bin/xdg-open
URxvt.matcher.underline: true