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

Fix change group current messing up fullscreen #7802

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

AlvinaNancy
Copy link
Contributor

In the current version of Hyprland if the focused window of a group is in client full-screen and you try to change the group's active window, the target window would become internally full-screened.
That seemed like a bug so I tried to fix it in this PR.
The problem is that in the change group current function, the client full-screen state is copied to the target window instead of the internal one.

I only changed variable assignment that is not used elsewhere. I think nothing should be broken.

@vaxerski vaxerski merged commit e877585 into hyprwm:main Sep 15, 2024
11 checks passed
fufexan pushed a commit to Mic92/Hyprland that referenced this pull request Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants