aboutsummaryrefslogtreecommitdiff
path: root/X/Xresources
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-14 02:19:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-14 02:19:59 +1300
commita2cefaa737087cf45740ac871c6a3de14c318f27 (patch)
tree87bcf5c6c8da6703cb1c068814dbfa8de5df2b7e /X/Xresources
parentUse utf-8 linedrawing for tree(1) (diff)
downloaddotfiles-a2cefaa737087cf45740ac871c6a3de14c318f27.tar.gz
dotfiles-a2cefaa737087cf45740ac871c6a3de14c318f27.zip
Overhaul of Xresources
Using subpixel ordering (with letterspacing fix), fallback fonts
Diffstat (limited to 'X/Xresources')
-rw-r--r--X/Xresources82
1 files changed, 42 insertions, 40 deletions
diff --git a/X/Xresources b/X/Xresources
index e9f4f592..82952742 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -1,44 +1,46 @@
! Fonts
-Xft.antialias: 1
-Xft.hinting: -1
-Xft.hintstyle: hintnone
-Xft.rgba: none
-
-! Common terminal colors
-*.background: #030303
-*.foreground: #E0E0E0
-*.color0: #030303
-*.color1: #CC0000
-*.color2: #3EAA06
-*.color3: #C4A000
-*.color4: #3465A4
-*.color5: #75507B
-*.color6: #06989A
-*.color7: #D3D7CF
-*.color8: #303030
-*.color9: #EF2929
-*.color10: #7AF234
-*.color11: #FCE94F
-*.color12: #729FCF
-*.color13: #AD7FA8
-*.color14: #34E2E2
-*.color15: #EEEEEC
+Xft.antialias : 1
+Xft.dpi : 96
+Xft.hinting : 1
+Xft.hintstyle : hintnone
+Xft.rgba : rgb
! Urxvt
-URxvt.buffered: false
-URxvt.cursorBlink: on
-URxvt.depth: 32
-URxvt.fading: 40
-URxvt.font: xft:Ubuntu Mono:size=12:antialias=true:hinting=true
-URxvt.internalBorder: 0
-URxvt.iso14755: false
-URxvt.iso14755_52: false
-URxvt.pointerBlank: true
-URxvt.saveLines: 10000
-URxvt.scrollBar: false
-URxvt.scrollTTyKeypress: true
-URxvt.scrollTTyOutput: false
-URxvt.secondaryScroll: true
-URxvt.skipBuiltinGlyphs: true
-URxvt.urgentOnBell: true
+URxvt.buffered : false
+URxvt.cursorBlink : on
+URxvt.depth : 32
+URxvt.fading : 40
+URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada
+URxvt.internalBorder : 0
+URxvt.iso14755 : false
+URxvt.iso14755_52 : false
+URxvt.letterSpace : -1
+URxvt.pointerBlank : true
+URxvt.saveLines : 10000
+URxvt.scrollBar : false
+URxvt.scrollTTyKeypress : true
+URxvt.scrollTTyOutput : false
+URxvt.secondaryScroll : true
+URxvt.skipBuiltinGlyphs : true
+URxvt.urgentOnBell : true
+
+! Common terminal colors
+*.background : #030303
+*.foreground : #E0E0E0
+*.color0 : #030303
+*.color1 : #CC0000
+*.color2 : #3EAA06
+*.color3 : #C4A000
+*.color4 : #3465A4
+*.color5 : #75507B
+*.color6 : #06989A
+*.color7 : #D3D7CF
+*.color8 : #303030
+*.color9 : #EF2929
+*.color10 : #7AF234
+*.color11 : #FCE94F
+*.color12 : #729FCF
+*.color13 : #AD7FA8
+*.color14 : #34E2E2
+*.color15 : #EEEEEC