1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-02 10:01:36 +02:00

Wayland: added compositors

This commit is contained in:
2026-06-26 03:03:14 +02:00
parent 58efb13590
commit 08bf3c85b2

View File

@@ -3,6 +3,14 @@
[Wayland](https://wayland.freedesktop.org/) is a replacement for the [Wayland](https://wayland.freedesktop.org/) is a replacement for the
[X11 window system](/wiki/linux/x_window_system.md). [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 ## Usage
This section addresses the usage of Wayland. This section addresses the usage of Wayland.