-
Notifications
You must be signed in to change notification settings - Fork 57
Changed Monitor ID checking to Monitor Position checking #210
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
base: main
Are you sure you want to change the base?
Conversation
|
we might want to remove some of the logs.... |
|
also sorry for the commit mess.... |
|
The swapping fix was a mistake from my end, I had a duplicate keybind setup accidentally because I was using omarchy... So for those who are using omarchy. I used this config: |
|
This might need to be tested properly in different setups |
|
See my comment here: #150 (comment) I'll take a closer look at your changes later, but since they look quite big I won't merge this yet for the reasons mentioned in that comment. We might be able to use part of it to solve the original issue mentioned in #150, though. |
works for me, thanks |
|
Thank you! Just the solution I needed |
I've created some changes in order to make sure that changeMonitor among other things are using monitor selection based on their position, not their ID's. There is still room for improvement though, because you might also want to have an up/down command for moving windows up and down instead of just next/prev. This is something that does exist in hyprland, but not yet in this plugin. I hope this helps people with different layouts properly be able to switch windows to the right position.