public
Description: Arch Linux Configs (incl. Testing Repo)
Homepage: http://stxza.github.com/arch-linux-configs
Clone URL: git://github.com/stxza/arch-linux-configs.git
Click here to lend your support to: arch-linux-configs and make a donation at www.pledgie.com !
arch-linux-configs / .Xresources
100644 15 lines (13 sloc) 0.404 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
! file: ~/.Xresources
! author: STxza
! vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=xdefaults:
! ----------------------------------------------------------------------------
 
! {{{ Xft
Xft.autohint: true
Xft.antialias: true
Xft.dpi: 96
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! }}}