The currently included workaround for GTK 3 does not appear to work for GTK 4 based applications.
shadow-exclude = [
"_GTK_FRAME_EXTENTS@:c"
];
This will hide tell picom not to draw shadows for GTK 3 shadows (which would otherwise be seen as a part of the window). It would be great if there were a way to activate the same for GTK 4.
The currently included workaround for GTK 3 does not appear to work for GTK 4 based applications.
This will hide tell picom not to draw shadows for GTK 3 shadows (which would otherwise be seen as a part of the window). It would be great if there were a way to activate the same for GTK 4.