From bb07523ce9597933d99aee699267047ebac85031 Mon Sep 17 00:00:00 2001 From: Datagniel <105559552+Datagniel@users.noreply.github.com> Date: Thu, 11 Sep 2025 00:00:49 +0200 Subject: [PATCH] Fixed typo --- resources/HowIDidIt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/HowIDidIt.md b/resources/HowIDidIt.md index 3453e1e..2239c29 100644 --- a/resources/HowIDidIt.md +++ b/resources/HowIDidIt.md @@ -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)