geswm is a tiling Wayland compositor.
geswm is configured with source code:
$ cargo new --bin my-wm
$ cargo add geswm --features winitTake a look at the examples directory to configure your own.
- Real backend for Wayland
- More layouts
- Floating windows
- Background windows
- Prompts
- Status bars
- Notification window test (dunst)
- Double buffering?