1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-27 13:49:45 +01:00

added various screen sharing apps/software

This commit is contained in:
2025-10-31 06:44:44 +01:00
parent 6afc9f57ca
commit c292bea09b
7 changed files with 107 additions and 1 deletions

View File

@@ -2,3 +2,16 @@
[Wayland](https://wayland.freedesktop.org/) is a replacement for the
[X11 window system](/wiki/linux/x_window_system.md).
## Usage
This section addresses the usage of Wayland.
### Display wlroots Screens
To list all the attached screens and displays the following command can be used.
For this to work the compositor needs to use wlroots.
```sh
wlr-randr
```