diff options
author | emersion <contact@emersion.fr> | 2018-09-14 18:07:21 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-09-14 18:07:21 +0200 |
commit | 524702eb162e5c5cb6198bb7c1e4bb38ce50a090 (patch) | |
tree | 110100d8ba1fcb662739d96bb1f6773dc103e06f /docs/env_vars.md | |
parent | 769a8e9917ab0f04404843fb712a6b0b0434c966 (diff) |
output: introduce WLR_NO_HARDWARE_CURSORS
Diffstat (limited to 'docs/env_vars.md')
-rw-r--r-- | docs/env_vars.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/env_vars.md b/docs/env_vars.md index b28849cc..34d91579 100644 --- a/docs/env_vars.md +++ b/docs/env_vars.md @@ -14,6 +14,8 @@ wlroots specific * *WLR_X11_OUTPUTS*: when using the X11 backend specifies the number of outputs * *WLR_HEADLESS_OUTPUTS*: when using the headless backend specifies the number of outputs +* *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of + hardware cursors rootston specific ------------------ |