Hi all,
Several very popular extensions undecorate maximized windows. This is very useful for smaller laptops for instance.
This can be done, for instance, by setting _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED on the window using xprop. There are other alternatives, but all the one I know are relying on X in some way.
I'd like to figure out a way to have these work on wayland. is there a way for a shell extension to undecorate a window that would be agnostic of wether X or wayland is used ?