I have two profiles, work and home. Work has 2 monitors, home has 3.
In home mode, I keep two standard apps on my 3rd monitor.
In work mode, that monitor is showing my work laptop, so I disable it in the home profile.
When I switch between work and home I want my two standard apps to move to different monitors.
I've tried setting up a custom filter to move each application two the two different desired locations. I've then set up a trigger on profile change to run those functions.
No matter what I do, it doesn't work. The profile disables and re-enables the monitor as expected, but the windows don't move even though the functions, when tested by themselves, move the windows as expected.
I've even tried adding a wait command at the top of each move function (of up to 25000mS!) and it makes no difference, so it's not that the monitors haven't reset properly yet.
How do I get this to work?
Al
The Triggers will only fire when the application first opens, unless you change the Trigger Event to "Window Focused," which will fire every time the application gets focused, so might not be ideal in your situation.
We're looking at adding a feature for the next version that would be more suited to what you're looking to do, so I will be sure to let you know as soon as that's available in a beta version.
Thanks!