-
Notifications
You must be signed in to change notification settings - Fork 5
/
Xresources
69 lines (56 loc) · 1.96 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
! To save run xrdb -all ~/.Xresources
! === Appearance ===================================================
!black
URxvt.color0: #353535
URxvt.color8: #666666
!red
URxvt.color1: #C73737
URxvt.color9: #EE6363
!green
URxvt.color2: #79a035
URxvt.color10: #9ACD32
!brown/yellow
URxvt.color3: #DAA520
URxvt.color11: #FFC125
!blue
URxvt.color4: #6F99B4
URxvt.color12: #7C96B0
!magenta
URxvt.color5: #8B7B8B
URxvt.color13: #D8BFD8
!cyan
URxvt.color6: #A7A15E
URxvt.color14: #F0E68C
!white
URxvt.color7: #DDDDDD
URxvt.color15: #FFFFFF
URxvt.background: #1c1c1c
URxvt.foreground: #DDDDDD
! === Scrolling options ============================================
URxvt.buffered: true
URxvt.scrollBar: false
URxvt.scrollstyle: rxvt
URxvt.secondaryScroll: false
URxvt.jumpScroll: false
URxvt.saveLines: 4000
URxvt.scrollTtyKeypress: true
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: false
! === Font options =================================================
URxvt.font: xft:Monospace:pixelsize=11
URxvt.boldFont: xft:Monospace:bold:pixelsize=11
URxvt.xftAntialias: true
xft.antialias: true
xft.dpi: 72
xft.hinting: full
! === Url opening ==================================================
URxvt.perl-ext: default,matcher,tabbed
URxvt.cutchars: `"()'*<>[]{|}"
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.matcher.button: 1
URxvt.urlLauncher: chromium-browser
! === Misc =========================================================
URxvt.resource: value
URxvt.cursorBlink: true
URxvt.pointerBlank: true
URxvt.loginShell: true