From ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6 Mon Sep 17 00:00:00 2001 From: Jonathan Ragan-Kelley Date: Mon, 26 Sep 2011 02:34:09 -0300 Subject: Enable subpixel font rendering on non-Apple LCDs --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3