Skip to content

adwaita: disable shadows when window is maximized, fullscreen, tiled

Jakub Steiner requested to merge wip/jimmac/fix-maximized-shadows-gtk3 into gtk-3-24

These shadows cause a significant draw performance drop for maximized windows. Disabling them increases the chances we can have faster scroll performance of text.

There is some risk here for systems where they have a dock and you expect the shadow to draw beneath that dock for transparency reasons.

Merge request reports