fix: set cursor theme to COSMIC

This commit is contained in:
Ryan Brue 2024-05-03 14:54:23 -05:00 committed by Michael Murphy
parent 54c0955516
commit 5613bc6606

View file

@ -30,7 +30,7 @@ fi
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:=COSMIC}"
export XDG_SESSION_TYPE="${XDG_SESSION_TYPE:=wayland}"
export XCURSOR_THEME="${XCURSOR_THEME:=Pop}"
export XCURSOR_THEME="${XCURSOR_THEME:=Cosmic}"
export _JAVA_AWT_WM_NONREPARENTING=1
export GDK_BACKEND=wayland,x11
export MOZ_ENABLE_WAYLAND=1