Skip to content

Conversation

@Honkazel
Copy link
Contributor

Describe your PR, what does it fix/add?

Sets cursor-shape protocol version to 2 and adds 2 new shapes

Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)

It works, but I have some doubts about xcursor changes, you know, +2 else if checks...

Is it ready for merging, or does it need work?

Draft for now because of reason above

@Honkazel Honkazel marked this pull request as draft November 11, 2025 18:19
@Honkazel Honkazel marked this pull request as ready for review November 11, 2025 21:00
else if (shape == "dnd-ask")
return "dnd-copy";
else if (shape == "all-resize")
return "dnd-move";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wut

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What shall I do instead? I didn't really found something else except of this

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fleur? iirc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants