this post was submitted on 25 Apr 2024
95 points (98.0% liked)

Linux

45479 readers
1246 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 5 years ago
MODERATORS
 

After five months since the last patch and almost two years since the 0.2.0 release, version 0.3.0 of the minimalist Wayland tiler river has dropped last week.

The new version improves rendering performance and damage tracking, adds several quality of life features, such as resizing windows from all sides, extend the rules system, and supports several new Wayland protocols like text-input-v3, input-method-v2, fractional-scale-v1 and more.

Full change log can be found here.

top 14 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 2 months ago (1 children)
[–] [email protected] 4 points 2 months ago (2 children)

How does it compare to sway?

[–] [email protected] 10 points 2 months ago* (last edited 2 months ago) (1 children)

I think the biggest difference is dynamic (river) vs manual tiling (sway). Other than that, I feel sway is much more mature and there's a proper community surrounding it that had written scripts and tools that work with sway. Many of which you are probably gonna use with river as well (swaylock, swaybg, swayidle).

One thing that's pretty cool about river (at least in theory) is that the tiling algorithm is not part of the compositor itself. Instead, you can run any river tiling program and have that part be completely custom if you wish. Also configuration is done via commands instead of a config language (you usually run a bash script at start).

From what I remember, the vision of Isaac Freund (main developer) is, that river will become more of a tiling compositor base, that others can then use to create their own distributions. I heard that in some talk he gave. You should be able to find that on YouTube.

However, there's still a long way to go.

In it's current state, river reminds me of spectrwm. Very simple, with some cool, but ultimately non-essential, ideas that you probably won't find anywhere else.

[–] [email protected] 3 points 2 months ago (1 children)

Oh wow that's really interesting! Thank you! I'll have to try it out then!

[–] [email protected] 1 points 2 months ago (1 children)

You're welcome. I've been using it as my daily driver for over a year now and it works for that, but don't expect any bells and whistles.

[–] [email protected] 2 points 2 months ago

Alright, good to know, I mean I feel like my set up is pretty minimal already lol

[–] [email protected] 9 points 2 months ago (1 children)

they said it's awesome! sway is i3.

[–] [email protected] 1 points 2 months ago
[–] [email protected] 4 points 2 months ago

Awesome project, after like 7 years of trying out different compositors, River is the one which made me stick with Wayland.

[–] [email protected] 4 points 2 months ago (1 children)

yayja, real nice and elegant tiling window manager for people which are fed up with tedious configuration and manual tiling of e.g. i3wm. Really want to test it for gaming at some point.

[–] [email protected] 1 points 2 months ago

It's great for gaming, had a better experience than Xorg on it.

[–] [email protected] 2 points 2 months ago (1 children)

Yup, river was quite good, but lacked a good way of configuring csd/ssd until that release. Now, it's something I would actively recommend.

Personally, I'm a lot more excited for the future of River as Isaac Freund (the lead dev) sees it.

Link (under "Future Plans"): https://isaacfreund.com/software/river/

[–] [email protected] 1 points 2 months ago (1 children)

Oh thank you for that link. I knew I've heard him take about his plans in some talk he gave, but didn't know he write them down.

I am on the same page as you. River works for me well enough, but the vision is what keeps me excited.

What exactly was the problem with not being able to configure CSD/SSD? I've not run into any issues but that has probably more to do with the applications I run.

[–] [email protected] 2 points 2 months ago

I was having issues with Thunar, but that seems to be fixed now.