Skip to content

Conversation

@guillaumeboehm
Copy link

If the wayland environment doesn't set the cursor properly but the XCURSOR_THEME variable is set, it should probably fallback to it.

@alebastr
Copy link

alebastr commented Jan 8, 2024

Nothing else sets or uses wayland->cursor.theme_name, so IMO the patch could be simplified to

wayland->cursor.theme_name = (char *)g_getenv("XCURSOR_THEME");

somewhere in the wayland_display_setup

If the wayland environment doesn't set the cursor properly but the
XCURSOR_THEME variable is set, it should fallback to it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants