this post was submitted on 20 Jul 2026
49 points (94.5% liked)

Linux

66561 readers
189 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

An important difference between Wayland and X11 is that Wayland by concept combines window manager and compositor. That made it harder to write simple or experimental window managers for Wayland, such as StumpWM or i3.

River is a compositor for Wayland that supports implementing a window manager separately, with an independent window placement paradigm, in an arbitrary language, for example Python, Lisp, Rust, zig, C, Janet - you get it.

Here is the wiki page listing 26 different window managers for river:

https://codeberg.org/river/wiki/src/branch/main/pages/wm-list.md

Some of these are only 600 lines of code in a Lisp-like language (Janet).

The ones I find most interesting are mousetrap and mopotamo - I am a big fan of StumpWMs manual tiling and configurability.

top 10 comments
sorted by: hot top controversial new old
[–] lengau@midwest.social 1 points 1 day ago

How does this differ from mir, which is also a Wayland compositor with separate window managers?

[–] eta@feddit.org 4 points 3 days ago (2 children)

I like the concept and tried it on Arch once but couldn't really get most window managers to work. The screen was just black and there was no mouse movement. I searched for some tutorials on how to get started but couldn't find any. Do you have tips on how to get a working basic setup from which you can actually try out all the different WMs?

[–] memphis@sopuli.xyz 7 points 3 days ago (1 children)

I just tried it for a bit, and you basically have to create an executable bash script at $XDG_CONFIG_HOME/river/init that launches your selected window manager ($XDG_CONFIG_HOME is usually ~/.config). It will not work unless marked executable, and you do that by running chmod +x on it.

[–] eta@feddit.org 2 points 3 days ago (1 children)

I got Canoe and jrwm to show me some windows. But on other WMs I think they just don't register my keypresses like they should so there a re no windows showing up. Maybe I'm missing some other package or step that is so "well known" that it's not included in any of the setup guides. In general I think the setup process to a basic functioning system is just more involved than I've had on other DEs. And I'm probably not deep enough into Linux and am expecting more from the window manager than it actually offers.

[–] memphis@sopuli.xyz 2 points 2 days ago (1 children)

I only tried one (rill) and it also required a separate config file before I could start spawning windows. Anyways I think this river project is mainly interesting for two reasons:

  • Allowing single developers to actually make their own wayland window manager. Possible without it, but not necessarily feasible.
  • Making it possible to run a functional wayland desktop under memory constraints. River seems to use something like 100-150MB on my system.

The second point appeals to me, because my daily driver laptop is nearly 15 years old, so every MB of memory I can save is of tangible value. I've gone back to X11 on it because of video driver issues on wayland, but I keep an eye out for projects like these.

[–] eta@feddit.org 2 points 2 days ago

Yeah I also like the customizability of the desktop and how lean the window manager can be. I just wish there was some more documentation and setup guides but I guess it's just a little to early for that.

[–] HaraldvonBlauzahn@feddit.org 3 points 3 days ago

I tried similar things on Debian and the usual problem seems to be that session management under Wayland is a mess.