PapirusDevelopmentTeam / materia-kde

Materia KDE customization
https://git.io/materia-kde
GNU General Public License v3.0
611 stars 40 forks source link

Window decoration resize issue #131

Closed burak-aydin closed 2 years ago

burak-aydin commented 2 years ago

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

varlesh commented 2 years ago

Not confirm this: image

burak-aydin commented 2 years ago

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.

varlesh commented 2 years ago

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

varlesh commented 2 years ago

https://bugs.kde.org/show_bug.cgi?id=417716

burak-aydin commented 2 years ago

i see thanks for the information.