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

Cycle monitors #36

Merged
merged 12 commits into from
Jan 3, 2025
Merged

Cycle monitors #36

merged 12 commits into from
Jan 3, 2025

Conversation

yazeed1s
Copy link
Owner

@yazeed1s yazeed1s commented Dec 15, 2024

This should take care of #33

@yazeed1s
Copy link
Owner Author

yazeed1s commented Dec 15, 2024

This feature requires some changes to the codebase.

TODO:
1- add focused node to every desktop
2- add focused desktop to every monitor

Current implementation of zwm depends HEAVELY on windows under cusrsor (the window under cusrsor is used as inserion point), which blocks the way of this feature. There is a trick tho, whenever a monitor switch happens, i programatically move the mouse to the new monitor, but this sounds extremely silly and ineffecient. Anyway, finishing the todo list will not only enable this feature, but also eleminate the need to traverse the tree and get the focused node every signle time i need it, so it's a win at the end.

@yazeed1s yazeed1s mentioned this pull request Dec 24, 2024
4 tasks
@yazeed1s yazeed1s merged commit cf10184 into main Jan 3, 2025
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

Successfully merging this pull request may close these issues.

1 participant