Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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.

Based on this post:

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