Comment: Re:Neat (Score 1) 120
Now, having said all of that, I would rather have a push to streamline X11 while keeping a strong window manager separation (this is actually important for security in addition to usability) and the remotable constructs. X11 has drawing primitives that are better than bitmaps (wayland) but not really that great. And some of the behavioral requirements makes it really hard on connections that have any level of latency.
Fixing these core items (and bringing in better layer management with composition at the display server side and not client side) is the way to go. Doing so and still being compatible will be very painful. Doing so and having "fun designing new" (or suffering from NIH) does not mix well. Just beware of the draw of "green fields" (starting from scratch) as it rarely works out in the end. (You usually make mistakes that were already address/solved in the prior system since you are more concerned about the "mistakes" in the prior system that you are claiming is the reason for starting fresh)