You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching window operations are based on the order that windows appear on the tasklist, which can be different from their real positions. Sometimes it becomes confusing.
Instead of allowing tasklist order to be manually manipulated, I'd like to bind it with the real window position. For window A and B, B should be to the right of A on the tasklist if,
If B.x > A.x, or
If B.x == A.x and B.y > A.y
The text was updated successfully, but these errors were encountered:
Switching window operations are based on the order that windows appear on the tasklist, which can be different from their real positions. Sometimes it becomes confusing.
Instead of allowing tasklist order to be manually manipulated, I'd like to bind it with the real window position. For window A and B, B should be to the right of A on the tasklist if,
The text was updated successfully, but these errors were encountered: