Show/hide macOS Dock faster
To show the macOS app switcher on all screens:
defaults write com.apple.dock autohide-delay -int 0
defaults write com.apple.dock autohide-time-modifier -float 0.1
To see the change, restart the Dock with killall Dock
.
To show the macOS app switcher on all screens:
defaults write com.apple.dock autohide-delay -int 0
defaults write com.apple.dock autohide-time-modifier -float 0.1
To see the change, restart the Dock with killall Dock
.