brummer10/Mamba

GUI resize issue

mxmilkiib opened this issue · 5 comments

Resizing the window (awesomewm) upsets the UI;

image

I don't have awesomewm installed, just guess, is it resized in height or just stretched in width?

Both. I think it respects the ICCCM size hint https://github.com/awesomeWM/awesome/search?q=size_hints_honor which I know mpv uses.

Fullscreen is chibi;
image

Mamba set in XSetWMNormalHints a fixed height, only scaling in width is allowed. So it seems awesomewm didn't respect ICCCM.
This is no issue with any other window manager I've tested so far.

However, thanks for the report.
And because it is better to handle even unexpected scaling, I've implement a fix for that now in mamba.
Let me know please if it fix the issue for you.

That all resizes perfectly now :)