Mac Hacks

Hide Dock

    • Reducing the delay to hide the Dock
      • Launch the Terminal App found in the /Applications/Utilities folder.

To reduce the delay code:

defaults write com.apple.dock autohide-time-modifier -float 0
    • Press “enter” / “return”
    • Type “killall dock” then press “enter” / “return”
    • Restoring the delay to hide the Dock
      • Launch the Terminal App found in the /Applications/Utilities folder.

To restore the delay code:

defaults delete com.apple.dock autohide-time-modifier
    • Press “enter” / “return”
    • Type “killall dock” then press “enter” / “return”