Thursday, July 28, 2011

Keep mac from "swooshing" to a different space

Do you ever click on a application in the Dock or do Cmd-Tab to switch applications and suddenly you are whipped to a different space? There's a simple fix that I found here. Just type the commands in a terminal. The first command changes the default swooshing property and the second restarts the dock.

defaults write com.apple.dock workspaces-auto-swoosh -bool NO
killall Dock


Note: if you want to restore the default behavior, run the first command with YES instead of NO. And then killall Dock to restart the dock.

No comments:

Post a Comment