←back to thread

90 points clircle | 1 comments | | HN request time: 0.206s | source
Show context
fooker ◴[] No.45309967[source]
Why not run a virtual x session and run Xmonad inside it?

Wouldn't be lightweight or ..say.. easily GPU accelerated, but should work with some plumbing effort.

replies(1): >>45310154 #
mappu ◴[] No.45310154[source]
Wayback is a new Wayland compositor that implements the X11 window manager API on top of a single rootful XWayland session: https://www.phoronix.com/news/Wayback-X11-Wayland . XMonad should run fine inside it.

This gives you the advantage of Wayland's modern display stack and no legacy Xorg code while still running a classic X11 window manager.

The main downside is you have to run all X11-compatible apps, it's unable to manage any Wayland-native applications. But, X11 apps aren't going away any time soon, just the display server.

replies(2): >>45310832 #>>45311832 #
1. bsder ◴[] No.45310832[source]
The Wayback stuff is super cool. How has it not hit the front page?

I see the previous submissions, but there's just crickets in the comments.