## Scroll Gestures. Use your touchpad or mouse scroll wheel to interact with Dock items. Allows you to use an upward scrolling gesture to open stacks. Using the same gesture on applications that are running invokes Exposé/Mission Control. defaults write com.apple.dock scroll-to-open -bool true
## Enable Dock Autohide defaults write com.apple.dock autohide -bool true
## Set Auto Show/Hide Delay. The float number defines the show/hide delay in ms. defaults write com.apple.dock autohide-time-modifier -float 0.4 && \ defaults write com.apple.dock autohide-delay -float 0