mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
docs: Minor libseat corrections
This commit is contained in:
parent
883d5b6e7c
commit
00bee2a6bd
@ -50,6 +50,7 @@ Install dependencies:
|
|||||||
* xkbcommon
|
* xkbcommon
|
||||||
* udev
|
* udev
|
||||||
* pixman
|
* pixman
|
||||||
|
* libseat (optional, for seatd support)
|
||||||
* systemd (optional, for logind support)
|
* systemd (optional, for logind support)
|
||||||
* elogind (optional, for logind support on systems without systemd)
|
* elogind (optional, for logind support on systems without systemd)
|
||||||
* libuuid (optional, for xdg-foreign support)
|
* libuuid (optional, for xdg-foreign support)
|
||||||
|
@ -7,7 +7,7 @@ wlroots reads these environment variables
|
|||||||
* *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of
|
* *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of
|
||||||
hardware cursors
|
hardware cursors
|
||||||
* *WLR_SESSION*: specifies the `wlr_session` to be used (available sessions:
|
* *WLR_SESSION*: specifies the `wlr_session` to be used (available sessions:
|
||||||
logind/systemd, seatd, direct)
|
logind/systemd, libseat, direct)
|
||||||
* *WLR_DIRECT_TTY*: specifies the tty to be used (instead of using /dev/tty)
|
* *WLR_DIRECT_TTY*: specifies the tty to be used (instead of using /dev/tty)
|
||||||
* *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead
|
* *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead
|
||||||
of following shell search semantics for "Xwayland")
|
of following shell search semantics for "Xwayland")
|
||||||
|
Loading…
Reference in New Issue
Block a user