srwm

srwm is a keyboard-centric stacking window manager for river inspired by cwm and hikari.

Screenshot of srwm

Features

Protocol support

srwm is built for river, and as such supports the wlr protocols in addition to standard wayland protocols.

Installation

srwm is not currently packaged for any Linux distribution.

From source

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

NixOS

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.${system}.default ];

Information

Development