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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

leolost2605
Copy link
Member

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
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not return to the first virtual desktop after exiting fullscreen mode.
1 participant