Does anybody know how to set a window always on bottom in rust gtk4? set_type_hint() does not exist.
Missing feature != Inability to customize
missing feature that used to be there but has been removed in the name of protecting me from myself, is an inability to customize.
Is it bottom layer in wayland terminology (the one for bars and stuff)? In that case I think gtk4-layer-shell is the answer.
I meant as in keep the always on the bottom/background (or at least move it to the back on launch). I tried gtk4-layer-shell, but unfortunately, it doesn’t support some desktop environments (like GNOME).
why do you want to hide the window from the user in such a bizarre way? what’s the purpose?
Having a program that draws pretty things as a wallpaper.
aren’t there better ways for that in most window managers?

