Per-window fullscreen/maximization state #9935
Replies: 1 comment
-
This is an important bit, imho. Even for the current case of workspace-level fullscreen mode, the fact that the clients are under-the-hood being told they were resized adds way too much noise as the clients re-organize themselves and you can often visually see how their contents resize, adding delay to the operation of switching windows. So I feel fullscreen windows should always in general behave in the way you described (ie. remain in a "fullscreen" shrinked mode when not active) even for the workspace-level, the only difference being that in that mode all windows in the workspace would be fullscreen, whereas in your example only 1 window would. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Copy of #9528
Currently fullscreen/maximization is effectively a workspace-level state. Switching away from a fullscreened window makes the next window fullscreen.
Feature idea: per-window fullscreen/maximization state:
view-fullscreen
orwindow_fullscreen
.Beta Was this translation helpful? Give feedback.
All reactions