aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-26 09:08:37 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-26 09:08:37 +0300
commit7c704cbf76fdcebbe4851e64f543da0d63cddf1e (patch)
tree347548dc21980d0ddf5466a9a71e57ab4d9054b1
parent31549fda428b241fcb2b76832c64df001d246304 (diff)
downloaddotfiles-7c704cbf76fdcebbe4851e64f543da0d63cddf1e.tar.gz
dotfiles-7c704cbf76fdcebbe4851e64f543da0d63cddf1e.tar.bz2
dotfiles-7c704cbf76fdcebbe4851e64f543da0d63cddf1e.zip
Minor tweaks.
-rwxr-xr-x.osx6
1 files 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