Skip to content

pepperpepperpepper/fluxbox-wayland

Repository files navigation

Fluxbox for Wayland

A port of the Fluxbox window manager to the Wayland display protocol using wlroots.

Dependencies

  • wlroots
  • wayland-server
  • wayland-protocols
  • xkbcommon
  • pixman
  • libinput
  • meson (build system)

Building

meson setup build
meson compile -C build

Installation

meson install -C build

Running

./build/fluxbox-wayland

Configuration

Configuration files will be located in ~/.config/fluxbox-wayland/ (to be implemented).

Architecture

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

License

MIT License (following original Fluxbox licensing)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published