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
72
73
74
|
! XFT
!Xft.dpi: 120
Xft.dpi: 96
! XTerm
XTerm*colorUL: DodgerBlue
XTerm*colorBD: MediumSeaGreen
XTerm*saveLines: 4096
XTerm*color1: #e63333
XTerm*color4: #4242e5
! URxvt
URxvt.background: black
URxvt.foreground: lightblue3
URxvt.scrollBar: off
URxvt.saveLines: 16384
URxvt.colorUL: DeepSkyBlue
URxvt.colorBD: MediumSeaGreen
!URxvt.colorUL: DodgerBlue
!URxvt.colorBD: DarkCyan
URxvt*color1: #e63333
URxvt*color4: #6262ff
URxvt*color12: #8787ff
! URxvt.font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-*
! URxvt.keysym.Mod3-1: Xommand:\033]50;-misc-fixed-medium-r-normal--7-70-75-75-c-50-iso10646-*\007
! URxvt.keysym.Mod3-2: Xommand:\033]50;-misc-fixed-medium-r-normal--10-100-75-75-c-60-iso10646-*\007
! URxvt.keysym.Mod3-3: Xommand:\033]50;-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-*\007
! URxvt.keysym.Mod3-4: Xommand:\033]50;-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-*\007
! URxvt.keysym.Mod3-5: Xommand:\033]50;-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-*\007
! URxvt.keysym.0xff9c: Xommand:\033]710;5x8\007
! URxvt.keysym.0xff99: Xommand:\033]710;6x10\007
! !URxvt.keysym.0xff9b: Xommand:\033]50;-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-15\007
! !URxvt.keysym.0xff96: Xommand:\033]50;-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-15\007
! !URxvt.keysym.0xff9d: Xommand:\033]50;-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15\007
URxvt.font: xft:DejaVu Sans Mono-9,xft:Mono-9
! URxvt.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-*
! URxvt.font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
! URxvt.keysym.Mod3-1: command:\033]710;xft:DejaVu Sans Mono-5,xft:Mono-5\007
! URxvt.keysym.Mod3-2: command:\033]710;xft:DejaVu Sans Mono-7,xft:Mono-7\007
! URxvt.keysym.Mod3-3: command:\033]710;xft:DejaVu Sans Mono-9,xft:Mono-9\007
! URxvt.keysym.Mod3-4: command:\033]710;xft:DejaVu Sans Mono-11,xft:Mono-11\007
! URxvt.keysym.Mod3-5: command:\033]710;xft:DejaVu Sans Mono-13,xft:Mono-13\007
! URxvt.keysym.Mod3-6: command:\033]710;xft:DejaVu Sans Mono-15,xft:Mono-15\007
URxvt.keysym.Mod3-0: command:\033]50;-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1\007
URxvt.keysym.Mod3-minus: perl:font-size:decrease
URxvt.keysym.Mod3-equal: perl:font-size:increase
! URxvt.perl-ext-common: default,-selection,matcher,mark-yank-urls
! URxvt*perl-lib: /home/weasel/.rxvt-perl
URxvt.perl-ext-common: default,-selection,font-size,matcher,3digits
! reasonable colors: 14, 23, 24, 40, 44, 45, 61
! URxvt.matcher.rend.0: Uline fg45
URxvt.matcher.rend.0: Uline
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 3
! We tell irssi to turn messages and hilights into bells
! URxvt.urgentOnBell: true
! URxvt*matcher.button: 3
! URxvt*matcher.pattern.1: \\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
! URxvt*matcher.pattern.2: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
! URxvt.matcher.pattern.3: \\B\\#(\\d{6})\\b
! URxvt.matcher.launcher.3: iceweasel bugs.debian.org/$1
! URxvt.underlineURLs: true
! URxvt.cutchars: "!\"$%'()*+,;.:<=>[\]^`{|}~@&#»/"
URxvt.pastableTabs: False
URxvt.cutchars: "!\`\"'$&()*,;<=>?@[]^{|}:/·»-#[].+"
|