Wed, 18 Jun 2014 00:16:09 -0400
Fuck everything Droid, use DejaVu. Droid is less unicode complete but only Xwin masks the rest in with font substitution
27
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | URxvt.foreground: white |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | URxvt.background: #070707 |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | URxvt.font: xft:monospace-10 |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
5 | |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
6 | URxvt.scrollstyle: plain |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
7 | URxvt.scrollBar_right: true |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
8 | URxvt.scrollBar_floating: true |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
10 | URxvt.visualBell: true |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
11 | URxvt.urgentOnBell: true |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
12 | |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
13 | URxvt.saveLines: 1000 |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
14 | |
68
2f406124848e
keep hexadecimal unicode composition in urxvt
Meredith Howard <mhoward@roomag.org>
parents:
57
diff
changeset
|
15 | ! keep LCtrl+LShift+[0-9a-f] unicode insertion |
2f406124848e
keep hexadecimal unicode composition in urxvt
Meredith Howard <mhoward@roomag.org>
parents:
57
diff
changeset
|
16 | URxvt.iso14755: true |
2f406124848e
keep hexadecimal unicode composition in urxvt
Meredith Howard <mhoward@roomag.org>
parents:
57
diff
changeset
|
17 | ! disable LCtrl+LShift+keycap symbolic unicode (use Compose key instead) |
27
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
18 | URxvt.iso14755_52: false |
c945635e1f34
Set up urxvt prefs, make default for i3
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
19 | |
57
8af5835e43e1
Avoid warning when no .Xdefaults.local exists
Meredith Howard <mhoward@roomag.org>
parents:
56
diff
changeset
|
20 | #ifdef USE_LOCAL |
56
e341df2dafda
Allow .Xdefaults.local to be included, don\'t rely on system to run xrdb -cpp
Meredith Howard <mhoward@roomag.org>
parents:
27
diff
changeset
|
21 | #include ".Xdefaults.local" |
57
8af5835e43e1
Avoid warning when no .Xdefaults.local exists
Meredith Howard <mhoward@roomag.org>
parents:
56
diff
changeset
|
22 | #endif |