aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ragan-Kelley <katokop1@gmail.com>2011-09-26 02:34:09 -0300
committerJonathan Ragan-Kelley <katokop1@gmail.com>2011-09-26 02:34:09 -0300
commitff6381bd75c6f4569dbcb49b926a6fdedfcd23d6 (patch)
tree97bab146378225285d3f0c6ff8563b2451d3e918
parent20e4233e110deccfe1594c4c4578f7052263eec0 (diff)
downloaddotfiles-ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6.tar.gz
dotfiles-ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6.tar.bz2
dotfiles-ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6.zip
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