Open
Description
On most Unix desktop environments applications can draw an application-specific CSD that replaces the native window title bar.
Here are screenshots of Telegram doing this: electron/electron#11907 (comment)
It would be cool to do this in iced as well, for example, to draw a semi-transparent title bar over a 3d scene.
This should be possible to implement once winit
lands support for it (see here)