aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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