Fork of river (Wayland compositor, https://codeberg.org/river/river)
Go to file
2024-04-09 14:18:47 +02:00
.builds ci: migrate to codeberg 2024-04-01 22:28:23 +02:00
.gitea/issue_template codeberg: maybe fix issue template take 2 2024-03-25 19:45:52 +01:00
common build: update to Zig 0.11.0 2023-10-16 16:27:03 +02:00
completions docs: migrate to codeberg 2024-03-22 16:49:28 +01:00
contrib contrib: mention default-layout command in FAQ 2022-10-26 10:29:23 +02:00
deps layer-shell: crop surfaces to output bounds 2024-03-20 13:23:36 +01:00
doc docs: migrate to codeberg 2024-03-22 16:49:28 +01:00
example example/init: Replace light with brightnessctl 2024-03-05 12:05:55 +01:00
logo logo: use adaptive color/no background for readme 2024-04-08 12:28:46 +02:00
protocol river-control: mark callback events as destructors 2022-12-31 23:22:47 +01:00
river river: raise the file descriptor limit 2024-04-08 16:24:51 +02:00
riverctl build: update to Zig 0.11.0 2023-10-16 16:27:03 +02:00
rivertile rivertile: eliminate an @intCast() 2023-10-26 00:04:11 +02:00
.editorconfig editorconfig: reflect state of bash completion 2023-10-25 19:13:53 +02:00
.gitignore build: update to Zig 0.11.0 2023-10-16 16:27:03 +02:00
.gitmodules deps: switch to codeberg upstreams, update 2024-03-12 14:12:54 +01:00
.mailmap mailmap: map Hugo's old emails to new one 2024-03-14 11:12:30 +01:00
build.zig docs: migrate to codeberg 2024-03-22 16:49:28 +01:00
CODE_OF_CONDUCT.md docs: redefine Code of Conduct scope 2024-04-09 14:18:47 +02:00
CONTRIBUTING.md docs: migrate to codeberg 2024-03-22 16:49:28 +01:00
LICENSE Relicense to GPL-3.0-or-later 2020-05-02 19:21:10 +02:00
PACKAGING.md docs: update release urls for codeberg migration 2024-03-25 20:12:29 +01:00
README.md logo: make readme logo bigger on small displays 2024-04-09 10:41:34 +02:00

Overview

River is a dynamic tiling Wayland compositor with flexible runtime configuration.

Install from your package manager — Join us at #river on irc.libera.chat — Read our man pages, wiki, and Code of Conduct

The main repository is on codeberg, which is where the issue tracker may be found and where contributions are accepted.

Read-only mirrors exist on sourcehut and github.

Note: river has not yet seen a stable 1.0 release and it will be necessary to make significant breaking changes before 1.0 to realize my longer term plans. That said, I do my best to avoid gratuitous breaking changes and bugs/crashes should be rare. If you find a bug don't hesitate to open an issue.

Design goals

  • Simple and predictable behavior, river should be easy to use and have a low cognitive load.
  • Window management based on a stack of views and tags.
  • Dynamic layouts generated by external, user-written executables. A default rivertile layout generator is provided.
  • Scriptable configuration and control through a custom Wayland protocol and separate riverctl binary implementing it.

Building

On cloning the repository, you must init and update the submodules as well with e.g.

git submodule update --init

To compile river first ensure that you have the following dependencies installed. The "development" versions are required if applicable to your distribution.

  • zig 0.11
  • wayland
  • wayland-protocols
  • wlroots 0.17.2
  • xkbcommon
  • libevdev
  • pixman
  • pkg-config
  • scdoc (optional, but required for man page generation)

Then run, for example:

zig build -Doptimize=ReleaseSafe --prefix ~/.local install

To enable experimental Xwayland support pass the -Dxwayland option as well.

If you are packaging river for distribution, see also PACKAGING.md.

Usage

River can either be run nested in an X11/Wayland session or directly from a tty using KMS/DRM. Simply run the river command.

On startup river will run an executable file at $XDG_CONFIG_HOME/river/init if such an executable exists. If $XDG_CONFIG_HOME is not set, ~/.config/river/init will be used instead.

Usually this executable is a shell script invoking riverctl(1) to create mappings, start programs such as a layout generator or status bar, and perform other configuration.

An example init script with sane defaults is provided here in the example directory.

For complete documentation see the river(1), riverctl(1), and rivertile(1) man pages.

Licensing

River is released under the GNU General Public License v3.0 only.

The protocols in the protocol directory are released under various licenses by various parties. You should refer to the copyright block of each protocol for the licensing information. The protocols prefixed with river and developed by this project are released under the ISC license (as stated in their copyright blocks).

The river logo is licensed under the CC BY-SA 4.0 license, see the license in the logo directory.