1
0
Fork 0
forked from wry/wry
No description
  • Rust 99.5%
  • GLSL 0.4%
Find a file
2026-08-09 23:12:06 -04:00
.github/workflows refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
book refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
build refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
compile-shaders docs: add repository agent guidance 2026-07-27 22:21:10 -04:00
crates refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
etc refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
src refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
static autocommit 2022-04-13 21:34:32 CEST 2022-04-13 21:34:32 +02:00
tools refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
wire refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
wire-dbus all: address clippy lints 2025-09-19 12:39:37 +02:00
wire-ei ei: implement ei_touchscreen v2 2025-01-22 15:23:44 +01:00
wire-xcon x: use modifier-aware buffer import 2024-02-19 18:36:18 +01:00
.gitignore refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
.gitmodules all: refactor to cargo workspace, remove config shared library, remove protocol perms, add dpms cli (#7) 2026-06-06 23:14:53 -04:00
AGENTS.md refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
Cargo.lock all: bump kbvm, isnt, hashbrown 2026-08-09 23:12:06 -04:00
Cargo.toml all: bump kbvm, isnt, hashbrown 2026-08-09 23:12:06 -04:00
CHANGELOG.md refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
flake.lock nix: init basic nix flake with dev shell 2026-04-05 17:36:24 -04:00
flake.nix refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
LICENSE autocommit 2022-03-23 16:39:53 CET 2022-03-23 16:39:53 +01:00
README.md refactor workspace and remove serialized abi 2026-07-28 10:21:21 -04:00
release-notes.md docs: add book 2026-03-21 23:04:25 +01:00
rustfmt.toml autocommit 2022-04-07 17:31:31 CEST 2022-04-07 17:31:31 +02:00

Wry

Wry is a Wayland compositor for Linux with an i3-like tiling layout, Vulkan and OpenGL rendering, multi-GPU support, and more.

Wry desktop

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.