Skip to content

Commit

Permalink
.osx: Don’t automatically rearrange Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
L1fescape authored and Thorsten Rinne committed Dec 12, 2014
1 parent 3e08a04 commit d1f7b77
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1f7b77

Please sign in to comment.