-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathXdefaults
171 lines (140 loc) · 5.44 KB
/
Xdefaults
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
! --------------------------------------------------
! file: ~/.Xdefaults
! author: thorsten wssman
! modified: February 2009
! vim: nu:ai:si:et:ts=4:sw=4:ft=xdefaults
! --------------------------------------------------
!
! load with: xrdb -cpp cpp -merge ~/.Xdefaults
! or with: xrdb -I${HOME} -merge ~/.Xdefaults
URxvt.highlightColor: #FFFE40
URxvt.highlightTextColor: black
URxvt.cursorColor: #FF9900
!#include ".Xdefaults.d/tw-colors"
!#include ".Xdefaults.d/gruvbox-dark.xresources"
!#include ".Xdefaults.d/gruvbox-light.xresources"
!#include ".Xdefaults.d/tango.colors"
!#include ".Xdefaults.d/tangobright.colors"
#include ".Xdefaults.d/default.colors"
! disable bold font
URxvt.cursorBlink: true
! size=8 looks quite cool but is not handy...
!URxvt.font: xft:ProFont:size=11
!URxvt.boldFont: xft:ProFont:size=11
! warning, the following doesnt work
#define POWERLINE xft:PowerlineSymbols:pixelsize=11
#define SCALEFONT(X) xft:Bitstream Vera Sans Mono:size=X:minspace=False, xft:DejaVu Sans:pixelsize=X:minspace=False
#define SCALEBOLDFONT(X) xft:Bitstream Vera Sans Mono:bold:size=X:minspace=False, xft:DejaVu Sans:bold:pixelsize=X:minspace=False
!#define SCALEFONT(X) xft:inconsolata:size=X
!#define SCALEBOLDFONT(X) xft:inconsolata:bold:size=X
#define ENVYSCALEFONT(X) xft:Envy Code R:size=X
#define ENVYSCALEBOLDFONT(X) xft:Envy Code R:bold:size=X
!#define FONT -misc-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-iso10646-1
!#define BOLDFONT -misc-fixed-bold-r-semicondensed-*-13-*-*-*-*-*-iso10646-1
#define FONT SCALEFONT(9)
#define BOLDFONT SCALEBOLDFONT(9)
!URxvt.font: FONT
!xft:PowerlineSymbols:pixelsize=11:minspace=False
URxvt.font: FONT
URxvt.boldFont: BOLDFONT
! simple and with unicode support
!URxvt.font: -misc-fixed-medium-r-*-*-*-140-*-*-*-*-iso10646-1
!URxvt.boldFont: -misc-fixed-medium-r-*-*-*-140-*-*-*-*-iso10646-1
URxvt.letterSpace: 0
!URxvt.font: xft:Monospace:size=9,xft:Bitstream Vera Sans Mono:size=8
!URxvt.boldFont: xft:Bitstream Vera Sans Mono:size=9,xft:Bitstream Vera Sans Mono:size=8
URxvt.keysym.C-1: command:\033]710;FONT\007\033]711;BOLDFONT\007
URxvt.keysym.C-2: command:\033]710;SCALEFONT(10)\007\033]711;SCALEBOLDFONT(10)\007
URxvt.keysym.C-3: command:\033]710;SCALEFONT(11)\007\033]711;SCALEBOLDFONT(11)\007
URxvt.keysym.C-4: command:\033]710;SCALEFONT(12)\007\033]711;SCALEBOLDFONT(12)\007
URxvt.keysym.C-5: command:\033]710;SCALEFONT(14)\007\033]711;SCALEBOLDFONT(14)\007
URxvt.keysym.C-6: command:\033]710;SCALEFONT(16)\007\033]711;SCALEBOLDFONT(16)\007
URxvt.keysym.C-7: command:\033]710;SCALEFONT(18)\007\033]711;SCALEBOLDFONT(18)\007
URxvt.keysym.C-8: command:\033]710;SCALEFONT(20)\007\033]711;SCALEBOLDFONT(20)\007
URxvt.keysym.C-9: command:\033]710;SCALEFONT(22)\007\033]711;SCALEBOLDFONT(22)\007
URxvt.keysym.C-0: command:\033]710;SCALEFONT(6)\007\033]711;SCALEBOLDFONT(6)\007
URxvt.scrollBar: false
URxvt.scrollstyle: plain
URxvt.scrollColor: #444444
URxvt.scrollBar_floating: true
URxvt.scrollBar_right: true
! scrollbar width
URxvt.thickness: 5
URxvt.urgentOnBell: true
!URxvt.fading: 30
!URxvt.fadeColor: #233B12
!URxvt.borderColor: red
! for yanking urls
! if you change M-y... you probably need to change the on_key_released()
! function in per script... remove all lines, that are setting or reading yanking_allowed
! the "yanking_allowed" was added by twi on 2009-11-27
!URxvt.keysym.M-y: perl:mark-yank-urls:activate_mark_mode
URxvt.perl-ext-common: default,url-select,clipboard
URxvt.keysym.M-u: perl:url-select:select_next
!URxvt.url-select.launcher: ~/dotfiles/utils/yank-parameter
!gggrrr. why do they not support ~ or quotes?
URxvt.url-select.launcher: /home/thorsten/dotfiles/utils/yank-parameter
URxvt.url-select.underline: false
!URxvt.keysym.M-U: matcher:select
!URxvt.keysym.C-Delete: matcher:last
!URxvt.keysym.M-Delete: matcher:list
URxvt.iso14755: False
URxvt.iso14755_52: False
URxvt.keysym.Mod1-Mod4-c: perl:clipboard:copy
URxvt.keysym.Mod1-Mod4-v: perl:clipboard:paste
URxvt.keysym.C-M-c: perl:clipboard:copy
URxvt.keysym.C-M-v: perl:clipboard:paste
URxvt.print-pipe: /bin/true
!URxvt.perl-ext-common: default,url-select,tabbed
!URxvt.tabbed.tabbar-fg: 40
!URxvt.tabbed.tabbar-bg: 0
!URxvt.tabbed.tab-fg: 3
!URxvt.tabbed.tab-bg: -1
!URxvt.reverseVideo: true
!URxvt.perl-lib: /home/thorsten/.urxvt/
!URxvt.perl-ext: selection
!URxvt.perl-ext: mark-yank-urls
! for fake transparency
!URxvt.transparent: true
!URxvt.shading: 30
! for real transparency
!URxvt.background: rgba:2020/2020/2020/eeee
!URxvt.foreground: #EDEDED
!URxvt.depth: 32
!URxvt.inheritPixmap: true
!URxvt.reverseVideo: false
xclock*background: #b4b4b4
! COLORS FOR lal (clock - dockapp) !
lal*font: "Bitstream Vera Sans"
lal*bold:
lal*fontsize: 12
!dark blue
!lal*color: #0e253d
! some things like white
!lal*color: #EEEEEE
lal*color: #CFCFCF
lal*width: 80
lal*format: %H:%M:%S
!#include ".Xdefaults.d/win"
!Ctrl <KeyPress> Insert:insert-selection(CLIPBOARD, PRIMARY)\n\
!*VT100.Translations: #override\n\
! <Btn2Up>:ignore()\n\
! Shift <KeyPress> Home:copy-selection(CLIPBOARD, PRIMARY)\n\
!*dpi: 96
Xterm*customization: -color
!*reverseVideo: true
! Black (not tango) + DarkGrey
Xterm*background: #202020
Xterm*foreground: #EFEFEF
! disable to much colors
XTerm*veryBoldColors: 2
xterm*bellIsUrgent: true
xterm*boldMode: false
!xterm*faceName: 'xft:GohuFont:pixelsize=12'
xterm*font: 'fixed'
XTerm*metaSendsEscape: true
XTerm*cursorBlink: false
XTerm*cursorOnTime: 1000
XTerm*cursorOffTime: 500
XTerm*cursorColor: #ff9900
#include ".Xdefaults.d/custom"