Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lauborges/16458c1bfd0aa59598f36cff91c2e10f to your computer and use it in GitHub Desktop.
Save lauborges/16458c1bfd0aa59598f36cff91c2e10f to your computer and use it in GitHub Desktop.
Prevent OS X from changing Spaces after quitting an App
defaults write com.apple.dock workspaces-auto-swoosh -bool NO
then restarting the Dock using the following command:
killall Dock
Source: https://apple.stackexchange.com/questions/19878/prevent-os-x-from-changing-spaces-after-quitting-an-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment