I want to implement a simple specialized window manager for presentations (not user-controllable) that supports only the following operations:
- Moving and resizing of windows
- Switching desktops
- Starting applications not on current desktop (in background) without disrupting current image.
I don't need any user input, button/titles, ...
What existing window manager should I use as example? There are many little "hello world" window managers, but they usually does not support desktop switching.