Update documentation to reflect WLR_DRM_DEVICES separator change

This commit is contained in:
Michał Kopeć 2021-02-20 13:06:50 +01:00
parent bfd020047d
commit 9fe71e74e5

View file

@ -14,7 +14,7 @@ wlroots reads these environment variables
## DRM backend ## DRM backend
* *WLR_DRM_DEVICES*: specifies the DRM devices (as a colon separated list) * *WLR_DRM_DEVICES*: specifies the DRM devices (as a comma separated list)
instead of auto probing them. The first existing device in this list is instead of auto probing them. The first existing device in this list is
considered the primary DRM device. considered the primary DRM device.
* *WLR_DRM_NO_ATOMIC*: set to 1 to use legacy DRM interface instead of atomic * *WLR_DRM_NO_ATOMIC*: set to 1 to use legacy DRM interface instead of atomic