-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
184 lines (161 loc) · 5.52 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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
! ------------------------------------------------------------------------------
! URxvt standard arcolinux theme - Reload with xrdb -merge ~/.Xresources
! ------------------------------------------------------------------------------
! general settings
URxvt*saveline: 15000
URxvt*termName: xterm-256color
URxvt*urgentOnBell: false
URxvt*visualBell: false
URxvt*iso14755: false
URxvt*iso14755_52: false
URxvt*meta8: false
URxvt*metaSendsEscape: true
URxvt*iconFile: /usr/share/icons/Sardi-Mono/scalable/apps/terminal.svg
! appearance
!URxvt*depth: 32
!URxvt*transparent: true
!URxvt*shading: 30
!URxvt*background: rgba:0000/0000/0000/AAAA
!URxvt*background: [80]#404552
!URxvt*background: [70]#3F424A
URxvt*background: #282A36
URxvt*foreground: #F8F8FF
URxvt*underlineColor: #82a4b3
URxvt*highlightColor: #82a4b3
URxvt*throughColor: Green
URxvt*cursorColor: #c5c8c6
URxvt.pointerBlank: true
URxvt.cursorBlink: false
URxvt.cursorUnderline: false
URxvt*scrollBar: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt*internalBorder: 42
URxvt*externalBorder: 18
URxvt*colorIT: #87af5f
URxvt*colorBD: #c5c8c6
URxvt*colorUL: #87afd7
! colors
URxvt*color0: #3f3f3f
URxvt*color1: #ac3c3c
URxvt*color2: #60b48a
URxvt*color3: #dfaf8f
URxvt*color4: #506070
URxvt*color5: #dc8cc3
URxvt*color6: #8cd0d3
URxvt*color7: #dcdccc
URxvt*color8: #79A9FF
URxvt*color9: #da6e6e
URxvt*color10: #c3bf9f
URxvt*color11: #f0dfaf
URxvt*color12: #94bff3
URxvt*color13: #ec93d3
URxvt*color14: #93e0e3
URxvt*color15: #ffffff
! fonts
URxvt*letterSpace: 1
URxvt*font: xft:Iosevka:regular:size=13
URxvt*imFont: xft:Iosevka:regular:size=13
URxvt*boldFont: xft:Iosevka:bold:size=13
URxvt*italicFont: xft:Iosevka:italic:size=13
URxvt*boldItalicFont: xft:Iosevka:regular:size=13
! run :.!fc-list | grep <font-name>
! perl extensions
!URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select
!URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select,tabbed,resize-font
URxvt*perl-ext-common: default,matcher,clipboard,url-select,keyboard-select,-tabbed,resize-font
! macros for clipboard and selection
URxvt*copyCommand: xclip -i -selection clipboard
URxvt*pasteCommand: xclip -o -selection clipboard
URxvt*keysym.M-c: perl:clipboard:copy
URxvt*keysym.M-v: perl:clipboard:paste
URxvt*keysym.M-C-v: perl:clipboard:paste_escaped
URxvt*keysym.M-Escape: perl:keyboard-select:activate
URxvt*keysym.M-s: perl:keyboard-select:search
URxvt*keysym.M-u: perl:url-select:select_next
!! Change font size on Control-Plus/Minus
!URxvt.keysym.C-plus: perl:resize-font:bigger
!URxvt.keysym.C-minus: perl:resize-font:smaller
URxvt.keysym.Control-0x2f: perl:resize-font:reset
URxvt.keysym.Control-0x3f: perl:resize-font:show
URxvt.keysym.Control-0x2b: perl:resize-font:bigger
URxvt.keysym.Control-0x5f: perl:resize-font:smaller
!URxvt*resize-font.smaller: C-Down
!URxvt*resize-font.bigger: C-Up
URxvt*urlLauncher: /usr/bin/firefox
URxvt*underlineURLs: true
!URxvt*urlButton: 1
URxvt.matcher.button: 1
URxvt*geometry: 67x17
! tabbed
URxvt*tabbed.tabbar-fg: 4
URxvt*tabbed.tabbar-bg: 16
URxvt*tabbed.tab-fg: 15
URxvt*tabbed.tab-bg: 4
URxvt*buffered: false
URxvt*keysym.Control-Shift-C: perl:clipboard:copy
URxvt*keysym.Control-Shift-V: perl:clipboard:paste
!! Yeah, I am one of those, who use these keys in Vim :-(
!!"\e[7~":beginning-of-line
!!"\e[8~":end-of-line
URxvt.keysym.Home: \033[1~
URxvt.keysym.End: \033[4~
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
! ------------------------------------------------------------------------------
! UXTerm standard arcolinux theme
! ------------------------------------------------------------------------------
! termtype
UXTerm*termName: xterm-256color
UXTerm*cursorColor: white
UXTerm*VT100.geometry: 88x16
UXTerm*font: Inconsolata
!Monospace
UXTerm*faceSize: 12
UXTerm*dynamicColors: true
UXTerm*utf8: 2
UXTerm*eightBitInput: true
UXTerm*saveLines: 10000
UXTerm*scrollKey: true
UXTerm*scrollTtyOutput: false
UXTerm*scrollBar: false
UXTerm*rightScrollBar: false
UXTerm*jumpScroll: true
UXTerm*multiScroll: true
UXTerm*toolBar: false
! fix colors
UXTerm*background: rgb:63/63/63
UXTerm*foreground: rgb:00/00/00
UXTerm*color0: rgb:00/00/00
UXTerm*color1: rgb:a8/00/00
UXTerm*color2: rgb:00/a8/00
UXTerm*color3: rgb:a8/54/00
UXTerm*color4: rgb:00/00/a8
UXTerm*color5: rgb:a8/00/a8
UXTerm*color6: rgb:00/a8/a8
UXTerm*color7: rgb:a8/a8/a8
UXTerm*color8: rgb:54/54/54
UXTerm*color9: rgb:fc/54/54
UXTerm*color10: rgb:54/fc/54
UXTerm*color11: rgb:fc/fc/54
UXTerm*color12: rgb:54/54/fc
UXTerm*color13: rgb:fc/54/fc
UXTerm*color14: rgb:54/fc/fc
UXTerm*color15: rgb:fc/fc/fc
UXTerm*boldMode: false
UXTerm*colorBDMode: true
UXTerm*colorBD: rgb:3f/3f/3f
Emacs.font: Iosevka:light:size=13
twobwm.border_width: 8
twobwm.outer_border: 5
twobwm.focus_color: #ffffff
twobwm.unfocus_color: #6b7a85
twobwm.fixed_color: #a3be8c
twobwm.unkill_color: #CE935F
twobwm.outer_border_color: #2b303b
twobwm.fixed_unkill_color: #38d1b2
twobwm.inverted_colors: false
twobwm.enable_compton: true