wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
313 stars 15 forks source link

Switching between layer window and regular window #170

Closed mi4code closed 6 months ago

mi4code commented 8 months ago

Is it possible to switch between layer window and regular window type while the window is shown? (Id like to add dock/undock option to my app without need for creating new window and moving widgets to it.)

wmww commented 6 months ago

No, your best bet would be to destroy your window and recreated it each time you switch.