A javascript, DOM-based window manager would be a worthy project for someone with the skills to do so. All prefs stored in JSON or somesuch. Separate from a browser to avoid frame-busting-busting-busting. Leave (and encourage) the styling and hacka-clicka-bility the users themselves. Twill happen eventually ... I'd just like it now :(
I haven't had a device yet to try that. They're supposedly coming out with a desktop version of "webOS". Will keep an eye out for an early release. I think they'll initially have that for Windows (whatever that means). Would love to try booting into the general concept from a shell on Debian.
> A javascript, DOM-based window manager would be a worthy project for someone with the skills to do so
You mean like GNOME shell?
A month or two back I started glueing XCB and spidermonkey together. The thought of DOM-based window management crossed my mind but I never saw the point of it. It makes sense in HTML where elements are nested inside one another, but in X, windows are seldomly nested - unless the application was designed that way. The heirarchy would be rather flat in a window manager.