Skip to content

Commit

Permalink
Mission Control settings
Browse files Browse the repository at this point in the history
 - no auto-swoosh
 - no auto-rearrange
 - no dashboard as a space
   (which seems confusingly opposite)
 - group windows by app
   (which I actually kind of like)
  • Loading branch information
ymendel committed Aug 7, 2012
1 parent 214ceb0 commit 53f9a84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions osx/mission_control.defaults
@@ -0,0 +1,12 @@
# don't show the dashboard as a space
# Why true? This seems backwards.
defaults write com.apple.dock dashboard-in-overlay -bool true

# don't auto-rearrange spaces
defaults write com.apple.dock mru-spaces -bool false

# don't automatically switch to a space containing windows for an app
defaults write com.apple.dock workspaces-auto-swoosh -bool false

# group windows by application
defaults write com.apple.dock expose-group-by-app -bool true

0 comments on commit 53f9a84

Please sign in to comment.