My personal configuration files
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
| ! -*-conf-xdefaults-*-
!== Cursors ==!
Xcursor.theme: Oxygen_Black
!== Fonts ==!
Xft.antialias: true
Xft.dpi: 86
Xft.hinting: false
Xft.hintstyle: hintslight
!== Terminals ==!
URxvt.font: xft:DejaVu Sans Mono:pixelsize=15,-misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
URxvt.boldFont: xft:DejaVu Sans Mono:pixelsize=15:bold,-misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
URxvt.italicFont: xft:DejaVu Sans Mono:pixelsize=15:italic,-misc-fixed-bold-i-normal--15-140-75-75-c-90-iso10646-1,-misc-fixed-medium-i-normal--15-140-75-75-c-90-iso10646-1
URxvt.boldItalicFont: xft:DejaVu Sans Mono:pixelsize=15:italic,-misc-fixed-bold-i-normal--15-140-75-75-c-90-iso10646-1,-misc-fixed-medium-i-normal--15-140-75-75-c-90-iso10646-1
root_term.internalBorder: 4
root_term.saveLines: 0
! behaviour
URxvt.cutchars: "`\"\'&()*,;@<=>?[]{|}"
URxvt.jumpScroll: true
URxvt.print-pipe: cat > $(mktemp --tmpdir=~/tmp/dump XXXXXXXX)
URxvt.saveLines: 16384
URxvt.tripleclickwords: true
! scrollbar
URxvt.scrollBar_right: true
URxvt.scrollColor: #FF8000
URxvt.scrollstyle: plain
URxvt.scrollTtyKeypress: true
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
! colors
URxvt.depth: 32
URxvt.background: [80]#000000
URxvt.foreground: #FFC080
URxvt.colorBD: #FFE0D0
URxvt.colorIT: #FFC080
URxvt.colorUL: #FFC080
URxvt.cursorColor: #C00000
URxvt.cursorColor2: #FF8000
URxvt.reverseVideo: false
URxvt.inheritPixmap: false
URxvt.pointerColor: #FFFF00
URxvt.pointerColor2: #600000
URxvt.color0: #301000
URxvt.color1: #C00000
URxvt.color2: #00C000
URxvt.color3: #FF6000
URxvt.color4: #0000C0
URxvt.color5: #C000C0
URxvt.color6: #00C0C0
URxvt.color7: #C0C0C0
URxvt.color8: #808080
URxvt.color9: #FF0000
URxvt.color10: #00FF00
URxvt.color11: #FFFF00
URxvt.color12: #8080FF
URxvt.color13: #FF00FF
URxvt.color14: #00FFFF
URxvt.color15: #FFFFFF
|