From: Johan Malm Date: Fri, 22 Apr 2022 16:55:31 +0000 (+0100) Subject: docs/environment: add WLR_NO_HARDWARE_CURSORS example X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=0ec63a153be4e35e21b24773e566355a03633063;p=proto%2Flabwc.git docs/environment: add WLR_NO_HARDWARE_CURSORS example --- diff --git a/docs/environment b/docs/environment index db8ac3d4..c1fcac8a 100644 --- a/docs/environment +++ b/docs/environment @@ -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 +