PapirusDevelopmentTeam/materia-kde

Window decoration resize issue

burak-aydin opened this issue · 5 comments

Resizing windows from top bar is not possible while using materia window decoration. The first screenshot is breeze behavior and second materia. Is it possible to get the same behavior?

Screenshot_20211217_004539

Screenshot_20211217_004628

Not confirm this:
image

found the issue, turns out if window border size was set to none resize doesnt work with this. In breeze even if the border size is set to none it works. Very minor issue.

I think it's aurorae bug or limitation. Because formaly aurorae not have config for top border.
https://github.com/KDE/kwin/blob/master/src/plugins/kdecorations/aurorae/theme-description#L125-L127
With non borders option - it's worked for left, right, bottom, left-top, right-top, bottom-left and bottom-right... but not top

i see thanks for the information.