_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 (45)
microblazeel-linuxs390-linuxriscv32-linuxaarch64-freebsds390x-linuxsh4-linuxmipsel-netbsdaarch64-darwin
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