Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tap grab #63

Closed
wants to merge 1 commit into from

Conversation

lambdadog
Copy link
Contributor

Closes #62.

Feel free to close if this behavior is intended, but I'm already running this change locally so it was pretty much 0 effort to create a PR.

@lambdadog
Copy link
Contributor Author

Confusingly, this also seems to disable Alt-dragging, which I was honestly wondering where it was implemented at this point.

@codic12
Copy link
Owner

codic12 commented Apr 10, 2022

Just saw this, you can see my comment in the issue. It does disable Alt+Drag. Give me a bit to hack on it tomorrow though, I think I can simply avoid grabbing the pointer and allow Alt+Drag to work anyways. I did not use XGrabButton in my original rust worm for sure!

That could, actually, solve your issue and allow for border dragging/resizing. Not sure about that... but if it doesn't, at least I can feature-gate it.

@lambdadog
Copy link
Contributor Author

Cheers, thanks.

@lambdadog lambdadog closed this Apr 10, 2022
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.

Is quick-tap to initiate window grab intended?
2 participants