-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_Xressources
143 lines (115 loc) · 3.58 KB
/
dot_Xressources
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
!|
!| File : ~/.Xresources
!| Author : Matthieu Keller
!| Source : https://github.com/maggick/dotFiles
!| Licence : WTFPL
!|
!| Default X settings for XTerm & URxvt, apply with:
!| xrdb -load ~/.Xresources
!|
! size matters
*saveLines : 32767
! anti-aliasing
Xft*antialias : true
Xft*hinting : 1
Xft*dpi : 96
!| XTerm >> all VTE-based terminals <<<
!|=============================================================================
! preferred fonts: Inconsolata, Monaco, Monospace, Terminal, Terminus, Ubuntu…
XTerm*renderFont : true
XTerm*faceSize : 11
XTerm*faceName : Inconsolata
! let’s be 8bit-clean
XTerm*utf8 : 1
XTerm*eightBitInput : false
XTerm*eightBitControl : false
XTerm*eightBitOutput : true
! disable fullscreen on <Alt-Return>
XTerm*fullscreen : never
XTerm*omitTranslation : fullscreen
!| UXTerm >> all VTE-based terminals <<<
!|=============================================================================
! preferred fonts: Inconsolata, Monaco, Monospace, Terminal, Terminus, Ubuntu…
UXTerm*renderFont : true
UXTerm*faceSize : 11
UXTerm*faceName : Inconsolata
! let’s be 8bit-clean
UXTerm*utf8 : 1
UXTerm*eightBitInput : false
UXTerm*eightBitControl : false
UXTerm*eightBitOutput : true
! disable fullscreen on <Alt-Return>
UXTerm*fullscreen : never
UXTerm*omitTranslation : fullscreen
!>>>
!| URxvt über alles <<<
!|=============================================================================
URxvt*loginShell : true
URxvt*scrollBar : false
URxvt*scrollBar_right : false
URxvt*transparent : false
URxvt*shading : 40
URxvt*cursorBlink : false
! proper font rendering:
! the “letterSpace” option is absolutely required to keep the text readable
! (problem: wide characters like ←→ might become unreadable… :-/)
! URxvt*letterSpace : -1
URxvt*font : xft:FiraCode Nerd Font Mono:size=10
! reclaim <Alt-s> and <Ctrl-Shift-*> shortcuts
URxvt*searchable-scrollback: M-S-s
URxvt*iso14755 : false
URxvt*iso14755_52 : false
! make Alt-arrow work
URxvt.keysym.M-Up : \033[1;3A
URxvt.keysym.M-Down : \033[1;3B
URxvt.keysym.M-Right : \033[1;3C
URxvt.keysym.M-Left : \033[1;3D
URxvt.keysym.M-Prior : \033[5;3~
URxvt.keysym.M-Next : \033[6;3~
URxvt.keysym.M-End : \033[1;3F
URxvt.keysym.M-Home : \033[1;3H
! make Ctrl-arrow work
URxvt.keysym.C-Up : \033[1;5A
URxvt.keysym.C-Down : \033[1;5B
URxvt.keysym.C-Right : \033[1;5C
URxvt.keysym.C-Left : \033[1;5D
URxvt.keysym.C-Prior : \033[5;5~
URxvt.keysym.C-Next : \033[6;5~
URxvt.keysym.C-End : \033[1;5F
URxvt.keysym.C-Home : \033[1;5H
! extensions (+ disable the selection popup)
URxvt.perl-ext-common : default,matcher,clipboard,font-size,-selection-popup
! extensions -> matcher: open URL with a left click
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
! extensions -> clipboard (requires xsel)
! https://github.com/muennich/urxvt-perls
URxvt.keysym.C-C : perl:clipboard:copy
URxvt.keysym.C-V : perl:clipboard:paste
URxvt.keysym.C-M-v : perl:clipboard:paste_escaped
! extensions -> font-size
! https://github.com/majutsushi/urxvt-font-size
URxvt.keysym.C-equal : perl:font-size:increase
URxvt.keysym.C-minus : perl:font-size:decrease
! color scheme for the X Window System
!|=============================================================================
urxvt*foreground: #ABB2BF
urxvt*background: #282C34
XTerm*foreground: white
XTerm*background: #4f4a4a
*color0: #2E3436
*color1: #a40000
*color2: #4E9A06
*color3: #C4A000
*color4: #3465A4
*color5: #75507B
*color6: #ce5c00
*color7: #babdb9
*color8: #555753
*color9: #EF2929
*color10: #8AE234
*color11: #FCE94F
*color12: #729FCF
*color13: #AD7FA8
*color14: #fcaf3e
*color15: #EEEEEC