]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/environment: add WLR_NO_HARDWARE_CURSORS example
authorJohan Malm <jgm323@gmail.com>
Fri, 22 Apr 2022 16:55:31 +0000 (17:55 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 22 Apr 2022 16:55:31 +0000 (17:55 +0100)
docs/environment

index db8ac3d4ac64977335d0a63dc64b610ef3488475..c1fcac8a8ac0a92102c2533eeefccb6703ebbf6c 100644 (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
+