From 1041760150d06f6012799aa9c015a3aa23dd053a Mon Sep 17 00:00:00 2001 From: Daksh Shah Date: Sun, 5 Apr 2020 10:00:56 +0530 Subject: [PATCH] Update dock delay and hide/show animation commands --- .macos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.macos b/.macos index e7da9cbded0..f7dad072d03 100755 --- a/.macos +++ b/.macos @@ -402,9 +402,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