srwm is a keyboard-centric stacking window manager for river inspired by cwm and hikari.
srwm is built for river, and as such supports the wlr protocols in addition to standard wayland protocols.
srwm is not currently packaged for any Linux distribution.
You will need:
Download the latest release below, extract the archive, then build and install:
make
make install
To install to a custom prefix, pass PREFIX to the install step:
make
make install PREFIX=/your/prefix
Use the provided flake. Add srwm as an input in your flake.nix:
inputs.srwm.url = "sourcehut:~mariusl/srwm";
Then add it to your packages:
environment.systemPackages = [ inputs.srwm.packages.${}.default ];