From 6650b910b54f11004f274340ccc550305abbdb1e Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Tue, 12 Nov 2024 14:40:41 -0600 Subject: [PATCH] fix: don't set XCURSOR_THEME in start-cosmic Setting XCURSOR_THEME messes up custom cursor theme overrides, so let's set the Cosmic cursor theme another way in distros and such Signed-off-by: Ryan Brue --- data/start-cosmic | 1 - 1 file changed, 1 deletion(-) diff --git a/data/start-cosmic b/data/start-cosmic index 8fcf66d..cd75373 100755 --- a/data/start-cosmic +++ b/data/start-cosmic @@ -30,7 +30,6 @@ fi export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:=COSMIC}" export XDG_SESSION_TYPE="${XDG_SESSION_TYPE:=wayland}" -export XCURSOR_THEME="${XCURSOR_THEME:=Cosmic}" export _JAVA_AWT_WM_NONREPARENTING=1 export GDK_BACKEND=wayland,x11 export MOZ_ENABLE_WAYLAND=1