Hacker News new | ask | show | jobs
by _3ex7 5429 days ago
> 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.