aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-03-31 14:12:14 +0200
committerMathias Bynens <mathias@qiwi.be>2012-03-31 14:12:14 +0200
commit04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf (patch)
treebd8a5df54b67afecab62ba4ede24c41eb6410f95
parent42f7f7be225016817a4bad1758e04ac6efba8bc5 (diff)
downloaddotfiles-04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf.tar.gz
dotfiles-04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf.tar.bz2
dotfiles-04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf.zip
.osx: Fix typo in the Dock spring loading tweak
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 790221c..4c3fa2e 100755
--- a/.osx
+++ b/.osx
@@ -54,7 +54,7 @@ defaults write com.apple.screencapture disable-shadow -bool true
defaults write com.apple.dock mouse-over-hilte-stack -bool true
# Enable spring loading for all Dock items
-defaults write enable-spring-load-actions-on-all-items -bool true
+defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true
# Show indicator lights for open applications in the Dock
defaults write com.apple.dock show-process-indicators -bool true