-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
249 lines (211 loc) · 8.58 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
! XFT
!----------------------------------------------------------------------
!Xft.dpi: 75
Xft.dpi: 96
!Xft.dpi: 105
Xft.antialias: 1
Xft.rgba: rgb
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hinting: 1
Xft.hintstyle: hintfull
Xcursor.theme: Neutral
! *font: -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
! Colores
!----------------------------------------------------------------------
!#include "/home/glarsen/.config/termcolours/solarized.dark.xresource"
!!#include "/home/glarsen/.config/termcolours/default.dark.xresource"
!!#include "/home/glarsen/.config/termcolours/codeschool.dark.xresource"
!#include "/home/glarsen/.config/termcolours/glenn/chalk.dark.xresource"
!#include "/home/glarsen/.config/termcolours/eighties.dark.xresource"
!#include "/home/glarsen/.config/termcolours/isotope.dark.xresource"
!#include "/home/glarsen/.config/termcolours/embers.dark.xresource"
!#include "/home/glarsen/.config/termcolours/brewer.dark.xresource"
!#include "/home/glarsen/.config/termcolours/tomorrow.dark.xresource"
!#include "/home/glarsen/.config/termcolours/railscasts.dark.xresource"
!#include "/home/glarsen/.config/termcolours/twilight.dark.xresource"
!#include "/home/glarsen/.config/termcolours/nord.dark.xresource"
#include "/home/glarsen/.config/termcolours/gruvbox-dark.xresources"
!#include "/home/glarsen/.config/termcolours/base16-bright-256.Xresources"
!#include "/home/glarsen/.config/termcolours/base16-ia-dark-256.Xresources"
!#include "/home/glarsen/COLORS/Xresources/colors"
! ST / XST
!st.font: -*-fixed-*-*-*-*-13-*-*-*-*-*-*-1
!st.font: JetBrains Mono:style=Regular:pixelsize=14
!st.font: JetBrainsMono Nerd Font Mono:style=Regular:pixelsize=14
!st.font: Operator Mono Lig,Operator Mono Lig Book:style=Book,Regular:pixelsize=14
!st.font Fira Code:style=Retina:pixelsize=12:antialias=true:hinting=true
!st.bold_font: 0
!st.background: #131415
!st.foreground: #A3BAD0
!
!st.termname: st-256color
!st.termname: xterm-256color
!st.shell: /bin/bash
!st.bellvolume: 0
!st.tabspaces: 2
!st.chscale: 1.0
!st.cwscale: 1.0
!st.borderpx: 0
! 1: render most of the lines/blocks characters without using the font for
! perfect alignment between cells (U2500 - U259F except dashes/diagonals).
! Bold affects lines thickness if boxdraw_bold is not 0. Italic is ignored.
! 0: disable (render all U25XX glyphs normally from the font).
!st.boxdraw: 1
! (0|1) boxdraw(bold) enable toggle
!st.boxdraw_bold: 1
! Amount of lines scrolled
!st.scrollrate: 10
!st.cursorfg: #528bff
! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
!st.cursorshape: 2
! thickness of underline and bar cursors
!st.cursorthickness: 2
! 0: normal blinking, 1: leave cursor border and blink with cursor background
!st.cursorblinkstyle: 0
! 0: cursor blinks with a constant interval; 1: blinking cycle resets on key input
!st.cursorblinkontype: 1
!st.color0: #353540
!st.color8: #545466
!st.color1: #8c5760
!st.color9: #b26f7a
!st.color2: #7b8c58
!st.color10: #9db270
!st.color3: #8c6e43
!st.color11: #b28c55
!st.color4: #58698c
!st.color12: #7086b2
!st.color5: #7b5e7d
!st.color13: #9c77b2
!st.color6: #66808c
!st.color14: #82a2b2
!st.color7: #8c8b8b
!st.color15: #b8b8c8
!st.font: -*-fixed-*-*-*-*-10-*-*-*-*-*-*-1
! XTERM
!----------------------------------------------------------------------
xterm*faceName: xft:JetBrainsMono Nerd Font Mono:style=Regular:pixelsize=12
! URXVT
!----------------------------------------------------------------------
URxvt*termName: screen-256color
URxvt.intensityStyles: false
URxvt*iso14755: false
URxvt*iso14755_52: false
URxvt.depth: 32
URxvt.urgentOnBell: true
URxvt.visualBell: false
URxvt*saveLines: 65535
URxvt*mouseWheelScrollPage: true
! Font -- list fonts: fc-list
!URxvt.font: xft:Inconsolata for Powerline:pixelsize=14
!URxvt.boldFont: xft:Inconsolata Bold for Powerline
!!URxvt.boldFont: xft:Inconsolata-Bold:style=bold,pixelsize=16
!URxvt.font: xft:Fira Code:style=Retina:pixelsize=12:antialias=true:hinting=true
!URxvt.boldFont: xft:Inconsolata-Bold::pixelsize=14
!URxvt.font: \
! xft:MesloLGM Nerd Font:style=Regular:pixelsize=12, \
! xft:Fira Code:style=Retina:pixelsize=12:antialias=true:hinting=true, \
! xft:InconsolataGo Nerd Font:pixelsize=11, \
! xft:MesloLGL Nerd Font:pixelsize=11, \
! xft:Hack Nerd Font Mono:style=Regular:size=10
URxvt.font: xft:JetBrainsMono Nerd Font Mono:style=Regular:pixelsize=12, \
xft:Fira Code:style=Retina:pixelsize=12:antialias=true:hinting=true, \
xft:InconsolataGo Nerd Font:pixelsize=11, \
xft:MesloLGL Nerd Font:pixelsize=11, \
xft:Hack Nerd Font Mono:style=Regular:size=10
! URxvt.boldFont: xft:Droid Sans Mono:pixelsize=11:Bold
! URxvt.italicFont: xft:JetBrainsMono Nerd Font Mono:style=Italic:pixelsize=12
! URxvt.italicFont: xft:JetBrainsMono Nerd Font Mono:style=Regular:pixelsize=12
! URxvt.boldItalicFont: xft:Droid Sans Mono:pixelsize=11:Bold:Italic
!URxvt*font: xft:Hack Nerd Font Mono:style=Regular:size=10
URxvt.letterSpace: 0
! Scrollbar
URxvt*scrollBar: true
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt*scrollBar_right: true
URxvt*scrollstyle: plain
URxvt*scrollColor: #343D46
URxvt*jumpScroll: false
! Extensions
URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select
! Clipboard
URxvt.keysym.C-S-C: perl:clipboard:copy
URxvt.keysym.C-S-V: perl:clipboard:paste
URxvt.keysym.C-S-W: perl:clipboard:paste_escaped
!URxvt.clipboard.copycmd: xclip -i -selection clipboard
!URxvt.clipboard.pastecmd: xclip -o -selection clipboard
! Keyboard-select
URxvt.keysym.C-Escape: perl:keyboard-select:activate
URxvt.keysym.C-S-S: perl:keyboard-select:search
! Url-select
URxvt.url-select.launcher: google-chrome-stable
URxvt.url-select.underline: true
! resize-font
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
! Custom keybindings
! URxvt.keysym.F8: PGPASSWORD=$(/opt/tc/bin/getconfig database password) PGUSER=$(/opt/tc/bin/getconfig database username) PGHOST=$(/opt/tc/bin/getconfig database host) psql simcom
! URxvt.keysym.C-k: echo -ne '\\033c'\n
URxvt.keysym.C-S-L: command:\033c
URxvt.keysym.F9: command:\033c
!URxvt.keysym.Control-k: command:\033c
! Transparency
!URxvt.transparent: true
!!!URxvt.shading: 50
!URxvt.shading: 10
! URxvt*background: [90]#282c34
!URxvt*background: rgba:ff/ff/ff/ff
! Reasigning keys
URxvt.keysym.S-Up : \033[1;2A
URxvt.keysym.S-Down : \033[1;2B
URxvt.keysym.S-Right : \033[1;2C
URxvt.keysym.S-Left : \033[1;2D
URxvt.keysym.S-Home : \033[1;2H
URxvt.keysym.S-End : \033[1;2F
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-Page_Up : \033[5;3~
URxvt.keysym.M-Page_Down : \033[6;3~
URxvt.keysym.M-Home : \033[1;3H
URxvt.keysym.M-End : \033[1;3F
URxvt.keysym.M-S-Up : \033[1;4A
URxvt.keysym.M-S-Down : \033[1;4B
URxvt.keysym.M-S-Right : \033[1;4C
URxvt.keysym.M-S-Left : \033[1;4D
URxvt.keysym.M-S-Home : \033[1;4H
URxvt.keysym.M-S-End : \033[1;4F
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-Page_Up : \033[5;5~
URxvt.keysym.C-Page_Down : \033[6;5~
URxvt.keysym.C-Home : \033[1;5H
URxvt.keysym.C-End : \033[1;5F
URxvt.keysym.C-S-Up : \033[1;6A
URxvt.keysym.C-S-Down : \033[1;6B
URxvt.keysym.C-S-Right : \033[1;6C
URxvt.keysym.C-S-Left : \033[1;6D
URxvt.keysym.C-S-Home : \033[1;6H
URxvt.keysym.C-S-End : \033[1;6F
URxvt.keysym.M-C-Up : \033[1;7A
URxvt.keysym.M-C-Down : \033[1;7B
URxvt.keysym.M-C-Right : \033[1;7C
URxvt.keysym.M-C-Left : \033[1;7D
URxvt.keysym.M-C-Page_Up : \033[5;7~
URxvt.keysym.M-C-Page_Down : \033[6;7~
URxvt.keysym.M-C-Home : \033[1;7H
URxvt.keysym.M-C-End : \033[1;7F
URxvt.keysym.M-C-S-Up : \033[1;8A
URxvt.keysym.M-C-S-Down : \033[1;8B
URxvt.keysym.M-C-S-Right : \033[1;8C
URxvt.keysym.M-C-S-Left : \033[1;8D
URxvt.keysym.M-C-S-Home : \033[1;8H
URxvt.keysym.M-C-S-End : \033[1;8F
! vim: set ft=xdefaults: