blob: ae6139457b61cc496b4f34695bb63f24a0282499 (
plain)
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
|
! ~/.Xresources
! urxvt configuration
! Font (TTY-style)
URxvt.font: xft:Terminus:size=10
URxvt.boldFont: xft:Terminus:bold:size=10
! Window size
URxvt.fullscreen: false
URxvt.geometry: 100x30
! Scrollback
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.saveLines: 5000
! Appearance
URxvt.depth: 32
URxvt.background: #000000
URxvt.foreground: #d0d0d0
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #ffffff
URxvt.cursorColor2: #000000
! Bell
URxvt.visualBell: false
URxvt.urgentOnBell: false
! Linux console-style palette
URxvt.color0: #000000
URxvt.color1: #aa0000
URxvt.color2: #00aa00
URxvt.color3: #aa5500
URxvt.color4: #0000aa
URxvt.color5: #aa00aa
URxvt.color6: #00aaaa
URxvt.color7: #aaaaaa
URxvt.color8: #555555
URxvt.color9: #ff5555
URxvt.color10: #55ff55
URxvt.color11: #ffff55
URxvt.color12: #5555ff
URxvt.color13: #ff55ff
URxvt.color14: #55ffff
URxvt.color15: #ffffff
! URL clicking
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: waterfox
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg5
! Misc
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.loginShell: true
URxvt.termName: rxvt-unicode-256color
|