aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-08 23:00:16 -0700
committerMathias Bynens <mathias@qiwi.be>2011-09-08 23:00:16 -0700
commitdbae36b34b75f968381c3013ea7ff9ae80b28586 (patch)
tree0d6724d444b13b26a22c1bbd726ffa0db2bae9ea
parent59616162efb4d6b1d66bc9ce7d13129660cf6d11 (diff)
parenta4a0fa1985f854239725ed3b5ffe112db662a3d1 (diff)
downloaddotfiles-dbae36b34b75f968381c3013ea7ff9ae80b28586.tar.gz
dotfiles-dbae36b34b75f968381c3013ea7ff9ae80b28586.tar.bz2
dotfiles-dbae36b34b75f968381c3013ea7ff9ae80b28586.zip
Merge pull request #10 from gburtini/patch-1
Enable spring loading for all Dock items.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 3f14132..a5ccf86 100755
--- a/.osx
+++ b/.osx
@@ -19,6 +19,9 @@ defaults write com.apple.screencapture disable-shadow -bool true
# Enable highlight hover effect for the grid view of a stack (Dock)
defaults write com.apple.dock mouse-over-hilte-stack -bool true
+# Enables spring loading on Applications, etc.
+defaults write enable-spring-load-actions-on-all-items -bool true
+
# Disable press-and-hold for keys in favor of key repeat
defaults write -g ApplePressAndHoldEnabled -bool false