这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/HowIDidIt.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the operating system, the hardware and each other". With input being mouse/keybo
and output being graphics, images, anything you see in a "window".

On modern linux, for display servers most systems use either the [Wayland (protocol)](https://en.wikipedia.org/wiki/Wayland_(protocol)) or [x11](https://en.wikipedia.org/wiki/X_Window_System).
We're going to focuses on Wayland, mostly because it's newer and there are systems in place
We're going to focus on Wayland, mostly because it's newer and there are systems in place
to run older x11 apps in wayland for backwards compatibility.

## Wayland (protocol)
Expand Down