Fork of river (Wayland compositor, https://codeberg.org/river/river)
Go to file
2020-04-13 19:25:37 +02:00
include Allow switching VTs 2020-04-06 22:23:30 +02:00
protocol Move protocol scanning to build.zig 2020-04-12 13:37:18 +02:00
src Parially refactor commands to take a *Seat 2020-04-13 19:25:37 +02:00
.gitignore Remove outdated entry from gitignore 2020-03-29 13:19:24 +02:00
build.zig Eliminate some code duplication 2020-04-12 13:54:03 +02:00
LICENSE Add MIT license 2020-03-28 18:11:20 +01:00
README.md Add run command to readme 2020-04-12 14:14:20 +02:00

river

river is a dynamic wayland compositor that takes inspiration from dwm and bspwm.

Note: river is currently early in development and not yet ready for the average end user

Design goals

  • Simplicity and minimalism, river should not overstep the bounds of a window manger.
  • Dynamic window management based on a stack of views and tags like dwm.
  • Scriptable configuration and control through a socket and separate binary, riverctl, like bspwm.

Building

To compile river first ensure that you have the following dependencies installed:

  • zig master (will depend on 0.6.0 after that is released)
  • wayland
  • wayland-protocols
  • wlroots 0.10.1
  • xkbcommon

Then simply use zig build to build and zig build run to run.

River can either be run nested in an X11/wayland session or directly from a tty using KMS/DRM.

Development

Check out the roadmap if you'd like to see what has been done and what is left to do.

If you are interested in the development of river, please join our matrix channel: #river.

I can often be found in the #sway-devel IRC channel with the nick ifreund on irc.freenode.net as well, or reached by email at ifreund@ifreund.xyz.