-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.Xresources
161 lines (130 loc) · 3.69 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
! vim:ts=8
#ifdef HIDPI
! pkg_add xcursor-dmz
Xcursor.theme: dmz
Xcursor.size: 64
Xft.dpi: 112
#endif
! a muted palette for athena things like xterm, xfontsel, etc.
#define BG #eae5ce
#define FG #444444
*.background: BG
*.foreground: FG
*.scrollbar.background: BG
*.scrollbar.foreground: FG
*.scrollBar.minimumThumb: 50
*.scrollbar.width: 10
*.borderColor: BG
! solarized (light)
! black
*.color0: FG
*.color8: #333333
! red
*.color1: #dc322f
*.color9: #cb4b16
! green
*.color2: #859900
*.color10: #93a1a1
! yellow
*.color3: #b58900
*.color11: #839496
! blue
*.color4: #268bd2
*.color12: #657b83
! magenta
*.color5: #d33682
*.color13: #6c71c4
! cyan
*.color6: #2aa198
*.color14: #586e75
! white (gray)
*.color7: #d9d7cc
*.color15: #e5e5e5
#ifdef HIDPI
*.font: -*-lucida-medium-r-*-*-24-*-*-*-*-*-*-*
#else
*.font: -*-lucida-medium-r-*-*-12-*-*-*-*-*-*-*
#endif
! xterm-specific settings
#ifdef HIDPI
*.internalBorder: 24
#else
*.internalBorder: 12
#endif
*.saveLines: 20000
*.scrollBar: false
XTerm.rightScrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollstyle: xterm
*.selectToClipboard: true
*.termName: xterm-256color
*.utmpInhibit: true
URxvt.loginShell: true
! hide when i type
XTerm.pointerMode: 2
URxvt.pointerBlank: true
! if i scrolled up, leave it that way when more output comes
URxvt.scrollTtyOutput: false
! but not when i press a key
URxvt.scrollTtyKeypress: true
! needed by ratpoison
XTerm.allowSendEvents: true
! which disables allowColorOps, but empty the list of actual disabled ops
! which effectively re-enables color ops
XTerm.disallowedColorOps:
XTerm.visualBell: false
#ifdef HIDPI
XTerm.vt100.faceName: monospace:size=12.5
URxvt.font: xft:monospace:size=12.5,xft:noto emoji:size=12.5
URxvt.boldFont: xft:monospace:weight=bold:size=12.5,xft:noto emoji:weight=bold:size=12.5
URxvt.letterSpace: -1
URxvt.geometry: 100x100
#else
URxvt.font: 6x13,xft:noto emoji:size=12,xft:symbola
URxvt.boldFont: 6x13bold,xft:noto emoji:weight=bold:size=12
URxvt.letterSpace: 0
XTerm*geometry: 80x40
URxvt.geometry: 80x40
#endif
! make alt+v/command+v paste clipboard
XTerm.vt100.translations: #override\
Meta <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)\n\
Super <KeyPress> V: insert-selection(CLIPBOARD, PRIMARY, CUT_BUFFER0)
URxvt.keysym.M-v: eval:paste_clipboard
URxvt.keysym.Mod4-v: eval:paste_clipboard
URxvt.cutchars: "`\"'&()*,;<=>?@[]^{|}.:/-"
! support right-clicking urls to open them
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,-selection
URxvt.url-launcher: HOME/bin/firefox
URxvt.matcher.button: 3
URxvt.matcher.rend.0: Uline
! disable paste warning
URxvt.perl-ext: -confirm-paste
! make xaw scrollbars act like normal ones
XTerm.*.Scrollbar.translations: #override\
<Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\
<Btn2Down>: StartScroll(Forward) \n\
<Btn3Down>: StartScroll(Backward) \n\
<Btn1Motion>: MoveThumb() NotifyThumb() \n\
<BtnUp>: NotifyScroll(Proportional) EndScroll()
SshAskpass*inputTimeout: 15
! invert for qconsole
qconsole.*.background: FG
qconsole.*.foreground: #999999
qconsole.*.borderColor: FG
qconsole.*.color0: #999999
#ifdef HIDPI
SshAskpass*Button.font: -*-lucida-medium-r-*-*-32-*-*-*-*-*-*-*
SshAskpass*Dialog.font: -*-lucida-medium-r-*-*-36-*-*-*-*-*-*-*
SshAskpass*Indicator.width: 40
SshAskpass*Indicator.height: 20
SshAskpass*defaultXResolution: 200/in
SshAskpass*defaultYResolution: 200/in
#endif
XClock*.update: 1
XClock*.analog: False
XClock*.render: True
XClock*.padding: 40
XClock*.face: Microsoft Sans Serif:size=20
XClock*.strftime: %a %b %d %H:%M
XClock*.background: #c0c7c8