Hi
Has anyone successfully gotten transparent windows in Linux, specifically Ubuntu (20.04)?
I request the transaparency by setting GLFW_TRANSPARENT_FRAMEBUFFER to true but querying after window creation show the value to be 0.
I can force the whole window to be transparent in the OS by running
xprop -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY `printf 0x%x $((0xfffffff * 80 / 100))`
but I can’t get GLFW to create a transparent window itself