-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
fullscreen windows on same workspace issues #3093
Comments
you can script this. Make a script check on window close whether it was maximized and if so, maximize the first window on that workspace. |
ok but sorry this is only a workaround for close :-( |
same method can be applied for open events. |
Likely related #2050 |
script does close windows but not fullscreen -> What is wrong ?
|
you need to listen for the window close event from socket2. |
Sorry, the whole thing is too cumbersome and too complicated ! the problem is also if opens a float window in password manager (Rofi script) -> to ask pgp key passwort -> windows also become tiled and you paste username passord in wrong windows -> currently unusable :-( |
Agree with those points
If you consider that if you have multiple windows open in fullscreen and you can switch between them with 'movefocus' keeping them in fullscreen, but if you close a window everything becomes tiled that behavior seems not consistent with the whole usage From what comes to my mind so far there could be two 'ok' options to address those cases. E.g. after the close event i would like to:
AFAIK in either option i don't see a really easy way to script those. In the "closewindow" event there is not any information regarding which workspace the windows were in, the event only passes the window address information that can't be used by filtering the Hyprland clients since the window doesn't exist anymore, making both 1. and 2. options impractical. As a recent adopter of Hyprland, your insights are appreciated as i may not have fully grasped all its features or may be approaching the project from the wrong perspective |
Description
Hi !
Issue with fullscreen windows (rule maximized or fullscreen 1 windows)
two or more fullscreen windows on same workspace:
issues
Is it possible to fix this issues or enhance hyprland ? (let maximized windows stay maximized)
Thanks
The text was updated successfully, but these errors were encountered: