Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tasklist order reflects real window position #4

Open
zhangkun83 opened this issue Sep 21, 2017 · 0 comments
Open

Make tasklist order reflects real window position #4

zhangkun83 opened this issue Sep 21, 2017 · 0 comments

Comments

@zhangkun83
Copy link
Owner

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,

  1. If B.x > A.x, or
  2. If B.x == A.x and B.y > A.y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant