No description
- Rust 99.5%
- GLSL 0.4%
| .github/workflows | ||
| book | ||
| build | ||
| compile-shaders | ||
| crates | ||
| etc | ||
| src | ||
| static | ||
| tools | ||
| wire | ||
| wire-dbus | ||
| wire-ei | ||
| wire-xcon | ||
| .gitignore | ||
| .gitmodules | ||
| AGENTS.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| release-notes.md | ||
| rustfmt.toml | ||
Wry
Wry is a Wayland compositor for Linux with an i3-like tiling layout, Vulkan and OpenGL rendering, multi-GPU support, and more.
Quick Start
~$ git clone https://git.wry.land/wry/wry.git
~$ cd wry
~$ nix develop .#dev
~$ cargo build --release
~$ ./target/release/wry run
See the Wry Book for detailed installation, configuration, and feature documentation.
The auto-generated Configuration Spec provides an exhaustive reference for every TOML configuration option.
Lineage
Wry was forked from Jay 1.12.0 and is now a fully diverged, independently developed compositor. Wry gratefully retains the work of Jay's author, mahkoh, and its contributors.
See the Wry changelog for current changes.
License
Wry preserves Jay's GNU General Public License v3.0-only licensing. See LICENSE for the full terms.
