fix lagging cursor
This commit is contained in:
parent
1d16f20f24
commit
5802f78f1e
1 changed files with 2 additions and 0 deletions
|
|
@ -6,5 +6,7 @@ then
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
export SDL_VIDEODRIVER='wayland,x11'
|
export SDL_VIDEODRIVER='wayland,x11'
|
||||||
|
# avoid lagging cursor under load
|
||||||
|
export WLR_NO_HARDWARE_CURSOR=1
|
||||||
exec sway
|
exec sway
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue