Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliendargelos/638e5d392023f9b6a3ad1f7e67ff3dc9 to your computer and use it in GitHub Desktop.
Save juliendargelos/638e5d392023f9b6a3ad1f7e67ff3dc9 to your computer and use it in GitHub Desktop.
Prevent Mac OS mission control from randomly switching desktop space.

For years I had been driven insane by Mac OS switching the current desktop space for no reason. Thanks to this post my problem is finally solved.

Here is the instant fix that worked for me:

defaults write com.apple.Dock workspaces-auto-swoosh -bool NO
defaults write -g AppleSpacesSwitchOnActivate -bool false
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment