https://bugs.kde.org/show_bug.cgi?id=433307
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Component|window decoration |decorations Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org Product|Breeze |kwin Ever confirmed|0 |1 CC| |n...@kde.org Summary|One curve for all 4 window |Have the same corner radius |edges |for all 4 window edges --- Comment #1 from Nate Graham <n...@kde.org> --- Yes it's possible. There are various methods: 1. Turn on Breeze theme Window borders. You can do this yourself right now. Downside: the window KWin-drawn borders generally look ugly for 3rd-party apps and modern KDE apps. 2. Change all apps to round the bottom corners themselves. Downside: needs to be implemented for every app/toolkit, which means that it will take forever, be inconsistent, and never get applied to 3rd-party apps. 3. Have KWin automatically round the bottom corners of all free-floating SSD-using apps. Downside: by clipping away some window content, there is the remote possibility of removing important app-drawn content that lives in those corners. There is a lot of user and VDG demand for this, and most VDG members favor option 3, but some KWin developers are hesitant for various reasons. If it ever gets done, it would probably be implemented as a KWin effect that can be disabled for the rare cases where it causes problems, or for people who philosophically disagree with the idea of the window manager clipping any app content. -- You are receiving this mail because: You are watching all bug changes.