Skip to content

style: Remove unnecessary blending

GTK uses software rendering and pixman isn't optimized on aarch64. This makes blending huge surfaces pretty expensive - and there's no reason to do that if we're blending black on black anyway.

This makes fullscreen scrolling in app drawer way smoother.

Merge request reports