mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.02k stars 8.74k forks source link

Fix dock delay and hide/show animation commands #918

Open dakshshah96 opened 4 years ago

dakshshah96 commented 4 years ago

These two commands no longer work on macOS Catalina 10.15.4:

# Remove the auto-hiding Dock delay
defaults write com.apple.dock autohide-delay -float 0
# Remove the animation when hiding/showing the Dock
defaults write com.apple.dock autohide-time-modifier -float 0

This PR changes the -float flag to -int to fix these two commands.