openbox字体分辨率

# 字体分辨率
XRESOURCES=`mktemp /tmp/xrdb.XXXXXX`
cat >> $XRESOURCES << EOF
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintmedium
EOF
xrdb -nocpp -merge $XRESOURCES
rm -f $XRESOURCES

ref: http://blog.chinaunix.net/u/8132/showart_231794.html