From 04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 31 Mar 2012 14:12:14 +0200 Subject: .osx: Fix typo in the Dock spring loading tweak --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3