From 7c704cbf76fdcebbe4851e64f543da0d63cddf1e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 26 Sep 2011 09:08:37 +0300 Subject: Minor tweaks. --- .osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.osx b/.osx index c3b4776..99d38f4 100755 --- a/.osx +++ b/.osx @@ -1,9 +1,9 @@ -# 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 +# Enable subpixel font rendering on non-Apple LCDs +defaults write NSGlobalDomain AppleFontSmoothing -int 2 + # Enable the 2D Dock defaults write com.apple.dock no-glass -bool true -- cgit v1.2.3