Create & Remove Mac Spaces Programmatically without using UI Operations
How should I Programmatically add/remove the spaces found in mission control without using any UI operations or UI tools.
How should I Programmatically add/remove the spaces found in mission control without using any UI operations or UI tools.
srikanthLekkala Said:
"Create & Remove Mac Spaces Programmatically without using UI Operations: My requirement is not to kill it. I want to create Spaces programmatically as part of automation process to run different applications in different spaces such that every application runs in a separate space and i also want to delete the space created once the process is done."
-------
Recommend this to Apple:
So, basically, you'd want it look like a checkerboard, correct (squared or rectangular)?
Not a bad idea. Thing is, Apple does not have that option, so recommend it to them:
Provide Feedback Here:
srikanthLekkala Said:
"How should I Programmatically add/remove the spaces found in mission control without using any UI operations or UI tools."
-------
Please Clarify:
Perhaps reword your OP. It doesn't quite make sense.
You'd be using a user interface no matter how the operating is performed.
So Recommend this to Apple.
Use the feedback forums to do so.
srikanthLekkala Said:
"What i meant by 'without using UI Operations' is to achieve this with command line tools."
-------
Thank you for the update.
The best option would be to restart Mission Control.
Use this command in terminal:
killall -KILL Dock
You wouldn't be able to modify the GUI with Terminal, other than resetting it, if there are any issues whatsoever with it.
My requirement is not to kill it. I want to create Spaces programmatically as part of automation process to run different applications in different spaces such that every application runs in a separate space and i also want to delete the space created once the process is done.
What i meant by "without using UI Operations" is to achieve this with command line tools.
Run all of your Apps in Full Screen. They will all be in their own Desktops and the Desktops will go away when you quit the app.
Create & Remove Mac Spaces Programmatically without using UI Operations