From f60e3e646670160524bc316e4c61a0f2ce3888d5 Mon Sep 17 00:00:00 2001 From: Herman van Boeijen Date: Tue, 10 Apr 2012 17:04:58 +0300 Subject: # Shorten Dock show animation speed # Completely kill hide/show animation: --- .osx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 65b6328..18c7bb7 100755 --- a/.osx +++ b/.osx @@ -148,6 +148,12 @@ defaults write com.apple.dock launchanim -bool false # Remove the auto-hiding Dock delay defaults write com.apple.Dock autohide-delay -float 0 +# Shorten Dock show animation speed +defaults write com.apple.dock autohide-time-modifier -float 0.40 + +# Completely kill hide/show animation: +defaults write com.apple.dock autohide-time-modifier -int 0 + # Enable the 2D Dock defaults write com.apple.dock no-glass -bool true -- cgit v1.2.3