Created
May 6, 2020 18:27
-
-
Save lauborges/16458c1bfd0aa59598f36cff91c2e10f to your computer and use it in GitHub Desktop.
Prevent OS X from changing Spaces after quitting an App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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