dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 137add55fcb427083e7df23c96d039436b13f402
parent 1df5b6b04aafdca5d25450c4119ad78748cb59d4
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 16 May 2014 15:40:56 -0700

Better Japanese fallback fonts for urxvt

Diffstat:
M.Xresources | 32++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -1,6 +1,26 @@ -XTerm*faceName: Ubuntu Mono -XTerm*faceSize: 12 -XTerm*vt100*geometry: 100x50 -UXTerm*faceName: Ubuntu Mono -UXTerm*faceSize: 12 -UXTerm*vt100*geometry: 100x50 +! URxvt +URxvt.depth: 32 +URxvt.foreground: grey +URxvt.background: #0f0f0f +URxvt.font: xft:Source Code Pro:size=10:antialias=false:autohint=false,\ + xft:Takao Gothic:size=10:antialias=false:autohint=false +URxvt.geometry: 100x50 +URxvt.scrollBar: false +URxvt.color0: #2e3436 +URxvt.color1: #cc0000 +URxvt.color2: #4e9a06 +URxvt.color3: #c4a000 +URxvt.color4: #3465a4 +URxvt.color5: #75507b +URxvt.color6: #06989a +URxvt.color7: #d3d7cf +URxvt.color8: #555753 +URxvt.color9: #ef2929 +URxvt.color10: #8ae234 +URxvt.color11: #fce94f +URxvt.color12: #729fcf +URxvt.color13: #ad7fa8 +URxvt.color14: #34e2e2 +URxvt.color15: #eeeeec +URxvt.inputMethod: ibus +URxvt.preeditType: OverTheSpot