From 0ec63a153be4e35e21b24773e566355a03633063 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 22 Apr 2022 17:55:31 +0100 Subject: [PATCH] docs/environment: add WLR_NO_HARDWARE_CURSORS example --- docs/environment | 4 ++++ 1 file changed, 4 insertions(+) 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 +