We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015a9ec commit e7cb25aCopy full SHA for e7cb25a
macos-config.sh
@@ -995,9 +995,9 @@ defaults write com.apple.dock dashboard-in-overlay -bool true
995
defaults write com.apple.dock mru-spaces -bool false
996
997
# Remove the auto-hiding Dock delay
998
-defaults write com.apple.dock autohide-delay -float 0
+defaults write com.apple.dock autohide-delay -int 0
999
# Remove the animation when hiding/showing the Dock
1000
-defaults write com.apple.dock autohide-time-modifier -float 0
+defaults write com.apple.dock autohide-time-modifier -int 0
1001
1002
# Automatically hide and show the Dock
1003
defaults write com.apple.dock autohide -bool true
0 commit comments