<div dir="ltr">Hi, i would like to make a scratch pad that could work on any wayland compositor (if its possible, if not, the main compositor will be in charge i guess).<br><br>My requirements are: <br>- my client need to draw on the screen<br>- it need to embed any application, like firefox or anythings<br>- it could work with multiple app at the same time, e.i. there could be 2 shortcuts to show 2 differents app, or more.<br>- need to animate the apparition of an app, with a drop down animation.<br><br>I think the process for doing it is to make an nested compositor, like the [doc](<a href="https://wayland.freedesktop.org/docs/html/ch02.html">https://wayland.freedesktop.org/docs/html/ch02.html</a>) suggest.<br><br>I'm not experienced with wayland so any advice is welcome, but my main concern currently is to know if it's possible to control the location and the size of a surface like firefox, without modification in the source code of firefox. How can i do this ? And also, the windows owned by my client need to not appears in the workspace or the dock of the main compositor.<br><br>Thanks for your help<br></div>