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

Add fullscreen effect and move to old ws on close #2194

Merged
merged 5 commits into from
Jan 4, 2025

Conversation

leolost2605
Copy link
Member

@leolost2605 leolost2605 commented Dec 24, 2024

Fullscreening/Unfullscreening will now play the same effect as maximizing and unmaximizing (since it's pretty much just an extended version of that action I think it fits)

Also we will now move to the old ws if a window that was moved to a new ws is closed.

Fixes #1986
Fixes #551
Closes #2146

@leolost2605 leolost2605 requested a review from a team December 24, 2024 12:26
@leolost2605 leolost2605 marked this pull request as draft December 24, 2024 12:40
@leolost2605 leolost2605 marked this pull request as ready for review December 24, 2024 16:58
@leolost2605
Copy link
Member Author

This is now actually ready :)

The reason we connect to unmanaged and don't do it in destroy () anymore is that the window list only gets fully updated once a window is finished unmanaging. Otherwise we might try to remove a workspace but mutter thinks it has still windows on it which leads to a bail out.

@leolost2605 leolost2605 mentioned this pull request Jan 2, 2025
7 tasks
Copy link
Member

@lenemter lenemter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense and fixes the issue 👍

@lenemter lenemter merged commit 7f92770 into main Jan 4, 2025
5 checks passed
@lenemter lenemter deleted the leolost/move-to-old-ws branch January 4, 2025 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants