git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit42edc2c1dc18441e8ecd83bc72ccaec0e81b9589
parentc416cdc292
authorLucas Galante <[email protected]>
date2026-05-28 21:04
Export WLR_NO_HARDWARE_CURSORS=1 in startup script to fix disappearing cursor on NVIDIA hybrid GPU systems

 start-rust.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/start-rust.sh b/start-rust.sh
index dc61344..8d28fff 100755
--- a/start-rust.sh
+++ b/start-rust.sh
@@ -15,6 +15,7 @@ export XDG_RUNTIME_DIR=/run/user/$(id -u)
 export XCURSOR_THEME="crosshair-theme"
 export XCURSOR_SIZE=24
 export XCURSOR_PATH="/home/lsgalante/.local/share/icons:/home/lsgalante/.icons:/usr/share/icons"
+export WLR_NO_HARDWARE_CURSORS=1
 
 # Create the clearwm launch script
 DEBUG_FLAG=""