-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
sort icons according to window position #48
Comments
I will study this 👍 |
I think sort order should be as follows: Master Layout:
In regards to Dwindle Layout, since I don't use it, I don't know exactly how it works. Maybe one of you could come up with a similar design for it. |
Thanks for raising the issue, I also agree the order should be more predictable, and I like the idea to follow In fact, it looks like the following command can return us the order of hyprctl clients -j | jq '.[] | select(.workspace.id == 10) | .title' |
@maximbaz Because it seems that when you toggle the floating status of a window back to non-floating, it get added to the end of the Side note: I really wish there was a way to cycle through all the windows, including floating windows, using cyclenext. Do you know if there is a way to do this? |
This doesn't seem to list the windows in cyclenext order. If I move windows around on a workspace, it continues to list them in the same order. I don't know what order that is, but it looks like creation time. |
Can the icons be sorted from left to right according to the position of the windows on the workspace?
For instance, if I have a master and two slave windows, the master window icon would appear first, then the two slave icons. If any of the windows move, the order of the icons are changed as well.
The text was updated successfully, but these errors were encountered: