Skip to content

Disable screen edge approach area if the edge is blocked

Vlad Zahorodnii requested to merge work/zzag/disable-approach-geometry into master

Currently, if the screen edge is blocked and the cursor is inside its approach geometry, kwin is going to paint screen edge glow.

It doesn't look good and it can have some performance penalties with fullscreen video games because the direct scanout path will be blocked.

BUG: 454503

Merge request reports