Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dock delay and hide/show animation commands #918

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dakshshah96
Copy link

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.

@mathiasbynens mathiasbynens changed the base branch from master to main June 16, 2020 07:06
kdeldycke added a commit to kdeldycke/dotfiles that referenced this pull request Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant