aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-25 23:07:50 -0700
committerMathias Bynens <mathias@qiwi.be>2011-09-25 23:07:50 -0700
commit31549fda428b241fcb2b76832c64df001d246304 (patch)
tree97bab146378225285d3f0c6ff8563b2451d3e918
parent20e4233e110deccfe1594c4c4578f7052263eec0 (diff)
parentff6381bd75c6f4569dbcb49b926a6fdedfcd23d6 (diff)
downloaddotfiles-31549fda428b241fcb2b76832c64df001d246304.tar.gz
dotfiles-31549fda428b241fcb2b76832c64df001d246304.tar.bz2
dotfiles-31549fda428b241fcb2b76832c64df001d246304.zip
Merge pull request #25 from jrk/master
Enable subpixel font rendering on non-Apple LCDs.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 076a6c1..c3b4776 100755
--- a/.osx
+++ b/.osx
@@ -1,3 +1,6 @@
+# Enable subpixel font rendering on non-Apple LCDs
+defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
+
# Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3