_2bwm

2bwm 0.3

Fast floating WM written over the XCB library and derived from mcwm

https://github.com/venam/2bwm
MIT License
programs: hidden, 2bwm
Platforms (46)
loongarch64-linuxsh4-linuxriscv32-linuxarmv6l-netbsdmips64el-linuxx86_64-cygwinm68k-netbsdriscv64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _2bwm
];
Ad-hoc shell
nix-shell -p _2bwm
Flake (nix run)
nix run nixpkgs#_2bwm