docs/environment: add WLR_NO_HARDWARE_CURSORS example

This commit is contained in:
Johan Malm 2022-04-22 17:55:31 +01:00
parent f925fe5893
commit 0ec63a153b

View file

@ -15,3 +15,7 @@ MOZ_ENABLE_WAYLAND=1
# find /usr/share/icons/ -type d -name "cursors"
XCURSOR_THEME=breeze_cursors
# Disable hardware cursors. Most users wouldn't want to do this, but if you
# are experiencing issues with disappearing cursors, this might fix it.
WLR_NO_HARDWARE_CURSORS=1