I would like to run bash script at every startup as explained here Running script upon login mac
I have a few desktop screens
[1] - [2] - [3] - [4]
And I would like to create config file that describes which app should be run at which screen:
format:
#file #application #screen number
project xCode 1
project xCode 2
... terminal 3
I can run app from script with open
command, but how can I specify at which screen?