Skip to content

Commit 3a5fe02

Browse files
committed
wayland: add header for seat management.
Also tiny "API" to "library" change.
1 parent 84330fe commit 3a5fe02

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/config/graphical-session/wayland.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ provided by the `mesa-dri` package. The "[Graphics
3636
Drivers](./graphics-drivers/index.md)" section has more details regarding
3737
setting up graphics in different systems.
3838

39+
### Seat management
40+
41+
Wayland compositors require some way of controlling the video display and
42+
accessing input devices. In Void systems, this requires a seat manager service,
43+
which can be either elogind or seatd. Enabling them is explained in the
44+
["Session and Seat Management"](../session-management.md) session.
45+
3946
### Native applications
4047

4148
[Qt5](https://wayland.freedesktop.org/qt5.html)-based applications require
@@ -73,8 +80,8 @@ compositors, and is installed as a dependency for most of them. Its package is
7380

7481
## Configuration
7582

76-
The Wayland API uses the `XDG_RUNTIME_DIR` environment variable to determine the
77-
directory for the Wayland socket.
83+
The Wayland library uses the `XDG_RUNTIME_DIR` environment variable to determine
84+
the directory for the Wayland socket.
7885

7986
Install `elogind` as your [session manager](../session-management.md) to
8087
automatically setup `XDG_RUNTIME_DIR`.

0 commit comments

Comments
 (0)