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 +