diff options
-rwxr-xr-x | .osx | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -329,11 +329,14 @@ defaults write com.apple.dock expose-animation-duration -float 0.1 # (i.e. use the old Exposé behavior instead) defaults write com.apple.dock expose-group-by-app -bool false +# Disable Dashboard +defaults write com.apple.dashboard mcx-disabled -bool true + # 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 +# Don’t automatically rearrange Spaces based on most recent use +defaults write com.apple.dock mru-spaces -bool false # Remove the auto-hiding Dock delay defaults write com.apple.dock autohide-delay -float 0 |