A port of the Fluxbox window manager to the Wayland display protocol using wlroots.
- wlroots
- wayland-server
- wayland-protocols
- xkbcommon
- pixman
- libinput
- meson (build system)
meson setup build
meson compile -C build
meson install -C build
./build/fluxbox-wayland
Configuration files will be located in ~/.config/fluxbox-wayland/
(to be implemented).
The compositor is built using:
- wlroots: Low-level Wayland compositor library
- Scene API: For efficient rendering and window management
- XDG Shell: Standard Wayland window management protocol
MIT License (following original Fluxbox licensing)