From 9536ac4a953b1f007191ab3a6d72d16bd3be63da Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:11:30 +1000 Subject: [PATCH] uwsm: remove cursor theme envs They're set in the hyprland config anyways + not customisable --- uwsm/env | 2 -- 1 file changed, 2 deletions(-) diff --git a/uwsm/env b/uwsm/env index e740270..520f4f3 100644 --- a/uwsm/env +++ b/uwsm/env @@ -2,8 +2,6 @@ export QT_QPA_PLATFORMTHEME='qt5ct' export QT_WAYLAND_DISABLE_WINDOWDECORATION='1' export QT_AUTO_SCREEN_SCALE_FACTOR='1' -export XCURSOR_THEME='sweet-rainbow' -export XCURSOR_SIZE='24' # ###### app2unit Integration ###### export APP2UNIT_SLICES='a=app-graphical.slice b=background-graphical.slice s=session-graphical.slice'