-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
compositor: add group_on_movetoworkspace #8159
Conversation
8d61e94
to
929c250
Compare
This is somewhat alike the previous behavior that dwindle had. Although I am wondering, should we check if the group is the only window in the workspace? I think that would be a more consistent behavior. |
Done, now its behavior is consistent. |
I think it should only merge if the group is the only thing on the ws |
It is done, we are checking if there is only one visible window in the workspace. |
e5e6f93
to
19b91e2
Compare
19b91e2
to
2ad4ba0
Compare
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.
dzięki
* add group_on_movetoworkspace hyprwm/Hyprland#8159 * update
Describe your PR, what does it fix/add?
Adds the option "group_on_movetoworkspace" to be able to configure whether using movetoworkspace[silent] will merge the window into the workspace's solitary unlocked group. Wiki.
Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
Fixes #8135
Is it ready for merging, or does it need work?
Ready.