aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Burtini <giuseppeburtini@gmail.com>2011-09-08 14:51:59 -0700
committerGiuseppe Burtini <giuseppeburtini@gmail.com>2011-09-08 14:51:59 -0700
commita4a0fa1985f854239725ed3b5ffe112db662a3d1 (patch)
tree0d6724d444b13b26a22c1bbd726ffa0db2bae9ea
parent59616162efb4d6b1d66bc9ce7d13129660cf6d11 (diff)
downloaddotfiles-a4a0fa1985f854239725ed3b5ffe112db662a3d1.tar.gz
dotfiles-a4a0fa1985f854239725ed3b5ffe112db662a3d1.tar.bz2
dotfiles-a4a0fa1985f854239725ed3b5ffe112db662a3d1.zip
Added enable-spring-load-actions-on-all-items -bool true
-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