This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
Wayland¶
Wayland is a display server protocol. It is aimed to become the successor of the X Window System (or X11) implemented by Xorg (or X). You can find a comparison between Wayland and Xorg on Wikipedia.
Reference(s)
- https://wayland.freedesktop.org/
- https://wiki.gentoo.org/wiki/Wayland
- https://wiki.archlinux.org/title/Wayland
- from Xorg to Wayland: https://github.com/swaywm/sway/wiki/i3-Migration-Guide
- from
dwm
todwl
: https://github.com/djpohly/dwl - https://www.reddit.com/r/unixporn/comments/v7wnp6/hyprland_a_beautiful_wayland_compositor/
Table of contents¶
Install¶
TODO
Config¶
TODO
If this cheat sheet has been useful to you, then please consider leaving a star here.