libdecor - A client-side decorations library for Wayland client
libdecor is a library that can help Wayland clients draw window decorations for them. It aims to provide multiple backends that implements the decoration drawing.
Documentation for the main branch can be found here
Required:
libdecor
libwayland-client
Install via dnf
sudo dnf install libdecor libwayland-client
cargo build
The rust demo.rs is a translation of the
original C
demo.c.
cargo run --release --example demo