Wednesday, 21 August 2013

How do you run an application in bash and select which monitor it runs on?

How do you run an application in bash and select which monitor it runs on?

I have a question that is hard to search for the answer (I always end up
with answers for monitor manipulation). I am writing a bash shell script
to help me with my code dev and I have two monitors.
When I run my executable that I have compiled I want to tell it to run on
a particular monitor (i.e. different to the monitor that I have my
terminal open on so I can view the debug on one screen and have the app on
another). How would I go about doing this? Somthing like:
./myProject > but run on monitor 2
Where myProject is my binary executable.
Thanks all.

No comments:

Post a Comment