Skip to content

Commit

Permalink
wayland: add header for seat management.
Browse files Browse the repository at this point in the history
Also tiny "API" to "library" change.
  • Loading branch information
ericonr committed Dec 24, 2020
1 parent 84330fe commit 3a5fe02
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/config/graphical-session/wayland.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ provided by the `mesa-dri` package. The "[Graphics
Drivers](./graphics-drivers/index.md)" section has more details regarding
setting up graphics in different systems.

### Seat management

Wayland compositors require some way of controlling the video display and
accessing input devices. In Void systems, this requires a seat manager service,
which can be either elogind or seatd. Enabling them is explained in the
["Session and Seat Management"](../session-management.md) session.

### Native applications

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

## Configuration

The Wayland API uses the `XDG_RUNTIME_DIR` environment variable to determine the
directory for the Wayland socket.
The Wayland library uses the `XDG_RUNTIME_DIR` environment variable to determine
the directory for the Wayland socket.

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

0 comments on commit 3a5fe02

Please sign in to comment.