File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/config/graphical-session Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ provided by the `mesa-dri` package. The "[Graphics
3636Drivers] ( ./graphics-drivers/index.md ) " section has more details regarding
3737setting 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
7986Install ` elogind ` as your [ session manager] ( ../session-management.md ) to
8087automatically setup ` XDG_RUNTIME_DIR ` .
You can’t perform that action at this time.
0 commit comments