diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-14 13:15:45 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-14 07:38:03 -0700 |
commit | 32fc25f151e42c72187abe4ff194a0b5ad5c1a79 (patch) | |
tree | cc72972614ad08278b4368329f0f0f2699ffc538 | |
parent | 062583ed58ad9ebe036059c1646770c1fa21f503 (diff) |
docs: remove rootston-specific env vars
rootston isn't part of wlroots anymore.
-rw-r--r-- | docs/env_vars.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index 141d5339..494b004f 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -29,11 +29,6 @@ wlroots reads these environment variables * *WLR_X11_OUTPUTS*: when using the X11 backend specifies the number of outputs -# Rootston specific - -* *XKB_DEFAULT_RULES*, *XKB_DEFAULT_MODEL*, *XKB_DEFAULT_LAYOUT*, - *XKB_DEFAULT_VARIANT*, *XKB_DEFAULT_OPTIONS*: xkb setup - # Generic * *DISPLAY*: if set probe X11 backend in *wlr_backend_autocreate* |