Nyss
5 discussion posts
I've just discovered the triggers function in the program and I've been playing with it a little... But I have a fairly odd scenario for one of my triggers, and I wanted to know if it's even possible to do and how I should do it:
When I turn on my PC there is one app that I normally open, and I always place it in a specific spot, at a specific size. This is all fine and easy to do, except I open this app twice, and the second window is at a different place and different size.
So, what I'd like the trigger to do is detect how many windows of this app are opened, and if there are none, place the new window in position#1, but if there is one or more currently opened, place it in position#2 instead.
Is this something I can do?
There isn't a way to do this, no. Does the second window have a different window title by any chance, or are they both exactly the same?
Ok, there's a scripted function that might work for you: https://www.displayfusion.com/ScriptedFunctions/View/?ID=aa0ff53e-4b22-4f3c-86af-86622f2103f0
You'll have to modify it to launch your app, but it should hopefully do the job!