Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntrait authored Nov 10, 2024
1 parent 805660d commit 1d2779a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When we pass the ```-W``` argument, we are passing the width, and ```-H``` for t
The program that we will be running inside gamescope will think the the screen is 1920x540, and will run in a window of that size.

## What is Xwayland
XWayland is a compatibility layer for Wayland. Wayland is still in development, and some programs are yet to adopt it, and still use X11. To run these applications in Wayland, we need a compatibility layer. That's what Xwayland is.
Xwayland is a compatibility layer for Wayland. Wayland is still in development, and some programs are yet to adopt it, and still use X11. To run these applications in Wayland, we need a compatibility layer. That's what Xwayland is.
Xwayland will run a X server, and assign a display number to it (ex. DISPLAY=:30)

Every X server can only have **one** focused window, however, we can nest multiple X servers inside each other, and if we open multiple X servers, we can have multiple focused windows, and because of the isolation, they won't be affecting each other.
Expand Down

0 comments on commit 1d2779a

Please sign in to comment.