-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
77 lines (62 loc) · 1.53 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
70
71
72
73
74
75
76
77
!! black dark/light
*color0: #2E3436
*color8: #555753
!! red dark/light
*color1: #990000
*color9: #bf0000
!! green dark/light
*color2: #006600
*color10: #008000
!! yellow dark/light
*color3: #b78727
*color11: #d4af37
!! blue dark/light
*color4: #0000ff
*color12: #005f87
!! magenta dark/light
*color5: #75507B
*color13: #AD7FA8
!! cyan dark/light
*color6: #408080
*color14: #53a6a6
!! white dark/light
*color7: #babdb9
*color15: #EEEEEC
*background: #eeeeee
*foreground: #000000
! Save a whole lotta lines
!URxvt.saveLines: 65535
! Other looks (fonts, etc.)
URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
! "fake" transparency, done by blitting the background. Slow.
!URxvt.transparent: true
!URxvt.shading: 190
URxvt.depth: 32
URxvt.background: rgba:ee00/ee00/ee00/f000
URxvt.internalBorder: 0
URxvt.skipBuiltinGlyphs: true
!URxvt.buffered: false
URxvt.font: xft:mononoki:size=12
Xft.dpi: 94
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
Xft.autohint: false
! Stop auto-scrolling when you examine history
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
! Control chord fun
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
! Numpad enter is enter too:
URxvt.keysym.0xFF8D: \n
! Perl extensions for clickable URLs
URxvt.perl-ext-common: default,url-select
URxvt.url-select.launcher: xdg-open
URxvt.url-select.underline: true