Skip to content

Commit e7cb25a

Browse files
committed
Fix autohide delays.
Source: mathiasbynens/dotfiles#918
1 parent 015a9ec commit e7cb25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

macos-config.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -995,9 +995,9 @@ defaults write com.apple.dock dashboard-in-overlay -bool true
995995
defaults write com.apple.dock mru-spaces -bool false
996996

997997
# Remove the auto-hiding Dock delay
998-
defaults write com.apple.dock autohide-delay -float 0
998+
defaults write com.apple.dock autohide-delay -int 0
999999
# Remove the animation when hiding/showing the Dock
1000-
defaults write com.apple.dock autohide-time-modifier -float 0
1000+
defaults write com.apple.dock autohide-time-modifier -int 0
10011001

10021002
# Automatically hide and show the Dock
10031003
defaults write com.apple.dock autohide -bool true

0 commit comments

Comments
 (0)