Skip to content

Commit

Permalink
Fix autohide delays.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 2, 2021
1 parent 015a9ec commit e7cb25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macos-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -995,9 +995,9 @@ defaults write com.apple.dock dashboard-in-overlay -bool true
defaults write com.apple.dock mru-spaces -bool false

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

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

0 comments on commit e7cb25a

Please sign in to comment.