fix lagging cursor

This commit is contained in:
Thies Lennart Alff 2023-11-09 13:29:57 +01:00
parent 1d16f20f24
commit 5802f78f1e

View file

@ -6,5 +6,7 @@ then
export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER='wayland,x11'
# avoid lagging cursor under load
export WLR_NO_HARDWARE_CURSOR=1
exec sway
fi