-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
master: make loop around optional when cycling #8926
Conversation
5f93dfe
to
f716ee0
Compare
Hello vaxry, Would it be better to add a new layout command named |
f716ee0
to
2c2bb81
Compare
no, param is better imo |
Ok so we can leave it like this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep this lgtm, just a wiki mr needed
Added in hyprwm/hyprland-wiki#926! |
2c2bb81
to
aa1c154
Compare
clang style issues fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Describe your PR, what does it fix/add?
Implement the option to not loop around when cycling windows in the master layout (i.e. going from master to the last slave or vice-versa), replicating this layout's behavior in DWL.
No default behavior was modified, and the option
noLoopAround
option was added tocyclenext
,cycleprev
,swapnext
andswapprev
. This ensures no current setups are broken.Example usage:
Is it ready for merging, or does it need work?
I think it is, I tested it and it works, but I am new in this codebase so some important test may be missing.