-
Notifications
You must be signed in to change notification settings - Fork 4
/
Xdefaults
45 lines (39 loc) · 1.07 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
URxvt*termName: xterm-256color
URxvt*background: #000000
URxvt*foreground: #ffffff
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*inheritPixmap: true
URxvt*geometry: 84x24
URxvt*tint: white
URxvt*font:xft:Terminus:pixelsize=16
URxvt*boldFont:xft:Terminus:bold:pixelsize=16
URxvt.color0: #000000
URxvt.color1: #cd0000
URxvt.color2: #00cd00
URxvt.color3: #cdcd00
URxvt.color4: #1e90ff
URxvt.color5: #cd00cd
URxvt.color6: #00cdcd
URxvt.color7: #e5e5e5
URxvt.color8: #4c4c4c
URxvt.color9: #ff0000
URxvt.color10: #00ff00
URxvt.color11: #ffff00
URxvt.color12: #4682b4
URxvt.color13: #ff00ff
URxvt.color14: #00ffff
URxvt.color15: #ffffff
URxvt*urgentOnBell: true
URxvt*fadeColor: black
URxvt*tintColor: white
URxvt*shading: 0
URxvt*blurRadius: 5
URxvt*perl-ext: default
URxvt*perl-ext-common: default,matcher,readline
URxvt.urlLauncher: chromium-browser
URxvt.matcher.button: 1
URxvt*jumpScroll: true
URxvt*scrollWithBuffer: true
URxvt*scrollTtyOutput: false
URxvt*scrollTtyKeypress: true