LightlyShaders icon indicating copy to clipboard operation
LightlyShaders copied to clipboard

Disable rounding effect when window is tiled

Open SilverMarcs opened this issue 2 years ago • 4 comments

Currently corners are still rounded when a window is tiled on either side and/or quarter of screen. This is especially distracting when two windows are tiled side by side as it introduces this gap:

image

Additionally, it adds the following effect in the active window:

image

SilverMarcs avatar Jan 25 '22 08:01 SilverMarcs

The problem with black corners near the edge of the screen is fixed in the branch 'precache_shadows'. It may need some more performance optimization though, so not merged to master right now (see issue #15).

For now I have not found a solution for verifying if a window is tiled. If I'll find it in future, I'll add an option for disabling the effect for tiled windows.

a-parhom avatar Jan 25 '22 15:01 a-parhom

I'll check that branch out. I wonder if would it be possible to round off window the edge of an window thats touching the monitor and squaring off the edge of window thats tiled against another window

SilverMarcs avatar Jan 25 '22 20:01 SilverMarcs

I don't think it's even possible to do it that way. All that could be done here is to make the effect skip processing of tiled windows.

a-parhom avatar Jan 26 '22 14:01 a-parhom

The tiling is supported in https://github.com/matinlotfali/KDE-Rounded-Corners

matinlotfali avatar May 03 '24 19:05 matinlotfali