diff options
author | Jonathan Ragan-Kelley <katokop1@gmail.com> | 2011-09-26 02:34:09 -0300 |
---|---|---|
committer | Jonathan Ragan-Kelley <katokop1@gmail.com> | 2011-09-26 02:34:09 -0300 |
commit | ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6 (patch) | |
tree | 97bab146378225285d3f0c6ff8563b2451d3e918 | |
parent | 20e4233e110deccfe1594c4c4578f7052263eec0 (diff) | |
download | dotfiles-ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6.tar.gz dotfiles-ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6.tar.bz2 dotfiles-ff6381bd75c6f4569dbcb49b926a6fdedfcd23d6.zip |
Enable subpixel font rendering on non-Apple LCDs
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |