From 08bf3c85b2130996112e567ff1c7ada3de8c5cfb Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 26 Jun 2026 03:03:14 +0200 Subject: [PATCH] Wayland: added compositors --- wiki/linux/wayland.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wiki/linux/wayland.md b/wiki/linux/wayland.md index a9fb1d9..0bd660a 100644 --- a/wiki/linux/wayland.md +++ b/wiki/linux/wayland.md @@ -1,8 +1,16 @@ -# Wayland +# Wayland [Wayland](https://wayland.freedesktop.org/) is a replacement for the [X11 window system](/wiki/linux/x_window_system.md). +## Compositors + +The following is a list of Wayland compositors. + +- [dwl](/wiki/linux/suckless.md) is a compositor which is similar to suckless' X11 window manager + called dwm. +- [mango](https://github.com/mangowm/mango) is a feature-rich Wayland compositor built on dwl. + ## Usage This section addresses the usage of Wayland.