sunk818
31 discussion posts
Two use cases in my example are Slack and Discord. If I double-click on the system tray, would the window application be able to be opened in the same monitor as the system tray icon I clicked? If the window is already opened in another monitor, it would be moved to the new window. If it is minimized, it would open in the new monitor?
I don't know if this is an option and I have DF configured wrong, or this is not possible.
These windows are tough to deal with because they aren't getting closed, they're getting sent to the system tray. You can create a trigger that uses the "Window Focused" event and add your app into the "Process Filename" match condition, with the "Move window to mouse cursor monitor" action. This should work, but please note it will move the window every time it's refocused.
Hope that helps!
sunk818
31 discussion posts
Seems to work if I double click on the system tray reliably. If discord is hidden, a single click seems to move it to the correct window but not if the window is open already. Good enough, I can double-click every time for consistent behavior.