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

replacing existing fullscreen #8566

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

Conversation

littleblack111
Copy link
Contributor

@littleblack111 littleblack111 commented Nov 24, 2024

Describe your PR, what does it fix/add?

this allows replacement of fullscreen window(i.e. fullscreening another window when one is already fullscreened on the workspace)

this is used when a floating window that is spawned on top of a fullscreen wanted to be fullscreened

Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)

no

Is it ready for merging, or does it need work?

ready

this allows replacement of fullscreen window(i.e. fullscreening another
window when one is already fullscreened on the workspace)

this is used when a floating window that is spawned on top of a
fullscreen wanted to be fullscreened
@vaxerski
Copy link
Member

should this even be gated?

@littleblack111
Copy link
Contributor Author

i mean, someone didn't implement this at the first place for a reason, but I'll remove it

@littleblack111 littleblack111 changed the title feat: binds:allow_replace_fullscreen replacing existing fullscreen Nov 25, 2024
@littleblack111
Copy link
Contributor Author

there is an issue now, if you have a fullscreen window and replace it with a floating pinned window, that originally fullscreened window won't restore back to fullscreen after un-fullscreening the floating pinned window. don't know how to fix

@vaxerski
Copy link
Member

try removing the pin status? unsure

@littleblack111
Copy link
Contributor Author

littleblack111 commented Nov 27, 2024

ahh, no one prob gonna notice anyway, how abt merge it for now and fix it if it turned into a more severe issue

also rn theres a issue with pin that can be fixed with this(if u try to fullscreen the pinned window when another window is fullscreened, it'd mess up that var that stores the pin state).

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