vote up 4 vote down star
1

I have certain applications set to open in certain spaces, but would like them to open in the background and not switch the space just so I can watch them open.

flag

33% accept rate

1 Answer

vote up 1 vote down check

This will prevent any autoswitching of Spaces, which meets your criteria, but does other things, too, that you may not want:

defaults write com.apple.dock workspaces-auto-swoosh -bool false
osascript -e 'tell application "Dock" to quit'
link|flag
Thanks; I'll give it a try. Do you know what other things? Do I just set the boolean back to true to undo it? – Philip Oct 17 at 21:39
@Philip: Yes, setting it to true will undo that. – Chealion Oct 17 at 23:39
@wfaulk, yes, what are the "other things" this command does? – Josh Oct 28 at 16:52
1  
@Josh: largely that Cmd-Tab switching to an open application will not switch to a Space with an open window. Basically anything that would automatically switch you to a different space will be disabled. – wfaulk Oct 28 at 20:09
Too bad there doesn't seem to be anything that can just solve the problem without the unwanted side effects. Bummer. – Philip Jan 12 at 3:39

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.