diff options
-rwxr-xr-x | .osx | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -284,7 +284,7 @@ file=/Applications/Dropbox.app/Contents/Resources/check.icns unset file ############################################################################### -# Dock & hot corners # +# Dock, Dashboard, and hot corners # ############################################################################### # Enable highlight hover effect for the grid view of a stack (Dock) @@ -317,8 +317,11 @@ defaults write com.apple.dock expose-group-by-app -bool false # Don’t show Dashboard as a Space defaults write com.apple.dock dashboard-in-overlay -bool true +# Disable Dashboard +defaults write com.apple.dashboard mcx-disabled -bool true + # Remove the auto-hiding Dock delay -defaults write com.apple.Dock autohide-delay -float 0 +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 |