From 5802f78f1e5ff6362cca52ef229abde888608f48 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Thu, 9 Nov 2023 13:29:57 +0100 Subject: [PATCH] fix lagging cursor --- home/.zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.zprofile b/home/.zprofile index a316f10..e6e5a2b 100644 --- a/home/.zprofile +++ b/home/.zprofile @@ -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