-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources
100 lines (84 loc) · 2.66 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
! rxvt-unicode FTW ! ——————————————————————————————————————————
URxvt*foreground: #f2f2f2
URxvt*background: black
URxvt*visualBell: true
! These fonts are in https://github.com/sharpsaw/unicode-dots
URxvt*font: xft:Liberation Mono:pixelsize=10,\
xft:Code2000,\
xft:Code2001,\
xft:Code2002,\
xft:Quivira:antialias=true:hinting=true
URxvt*letterSpace: -1
Xft.dpi: 86
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
URxvt*secondaryWheel: true
! legit stuff (thanks cirwin!)
URxvt.perl-ext-common: default,selection-autotransform,matcher
! Remove trailing space (especially good for Alt+Select (block select))
URxvt.selection-autotransform.0: s|\\s*\\n|\\n|g
! git diffs
URxvt.selection-autotransform.1: s|^[ab]/||
! tmux sub-screens (due to a `tmux a` from a smaller terminal):
URxvt.selection-autotransform.2: s|\\s*│·*$||g
! And for tmux, when horizontal splits have the text right by the bar:
URxvt.selection-autotransform.3: s|^│||g
! Remove the trailing \n. It is a pain.
URxvt.selection-autotransform.4: s|\\n\\Z||
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
URxvt.loginShell: true
URxvt.saveLines: 50
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
!black
*color0: #000000
*color8: #555753
!red
*color1: #CC0000
*color9: #EF2929
!green
*color2: #4E9A06
*color10: #8AE234
!yellow
*color3: #C4A000
*color11: #FCE94F
!blue
*color4: #3465A4
*color12: #729FCF
!magenta
*color5: #75507B
*color13: #AD7FA8
!cyan
*color6: #06989A
*color14: #34E2E2
!white
*color7: #D3D7CF
*color15: #ECEDEE
! xterm stuff —————————————————————————————————————————————————
xterm*metaSendsEscape: true
xterm*foreground: gray90
xterm*background: black
! http://jaymzworld.com/wiki/XTerm_double-click_word_selection
xterm*charClass: 33-126:48
xterm*Font: -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-iso10646-1
xterm*Font2: -efont-fixed-medium-r-normal-*-12-*-*-*-*-*-iso10646-1
xterm*Font3: -efont-fixed-medium-r-normal-*-14-*-*-*-*-*-iso10646-1
xterm*Font4: -efont-fixed-medium-r-normal-*-16-*-*-*-*-*-iso10646-1
xterm*Font5: -misc-fixed-medium-r-normal--18-*-*-*-*-*-iso10646-1
xterm*Font6: -efont-fixed-medium-r-normal-*-24-*-*-*-*-*-iso10646-1