diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-08 23:00:16 -0700 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-08 23:00:16 -0700 |
commit | dbae36b34b75f968381c3013ea7ff9ae80b28586 (patch) | |
tree | 0d6724d444b13b26a22c1bbd726ffa0db2bae9ea | |
parent | 59616162efb4d6b1d66bc9ce7d13129660cf6d11 (diff) | |
parent | a4a0fa1985f854239725ed3b5ffe112db662a3d1 (diff) | |
download | dotfiles-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 | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |