diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-03-31 14:12:14 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-03-31 14:12:14 +0200 |
commit | 04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf (patch) | |
tree | bd8a5df54b67afecab62ba4ede24c41eb6410f95 | |
parent | 42f7f7be225016817a4bad1758e04ac6efba8bc5 (diff) | |
download | dotfiles-04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf.tar.gz dotfiles-04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf.tar.bz2 dotfiles-04e19f2b2fa13c7a026d2e8d1b331b78f9954ecf.zip |
.osx: Fix typo in the Dock spring loading tweak
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |