Hide Dock
-
- Reducing the delay to hide the Dock
- Launch the Terminal App found in the /Applications/Utilities folder.
- Reducing the delay to hide the Dock
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.
- Restoring the delay to hide the Dock
To restore the delay code:
defaults delete com.apple.dock autohide-time-modifier
-
- Press “enter” / “return”
- Type “killall dock” then press “enter” / “return”