jbuchermn / newm

Wayland compositor
MIT License
959 stars 30 forks source link

Fullscreening a window from a stack scales the whole stack instead. #117

Closed xPMo closed 2 years ago

xPMo commented 2 years ago

Expected behavior: The focused window should be resized to fit the screen, and no other windows should be visible.

Actual behavior: The focused window will not take up the whole screen, but will instead be slightly smaller (like it is in a stack compared to an unstacked column), and all windows from the stack are scaled by roughly the same proportion.

jbuchermn commented 2 years ago

Hey,

this is indeed counterintuitive behaviour. I'll change it to show all stacked windows with same size.

Other windows will then only be visible if there is transparency.

jbuchermn commented 2 years ago

Should be fixed now