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

faq: add method to disable middle click paste #571

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GuillaumeLagrange
Copy link

@GuillaumeLagrange GuillaumeLagrange commented Apr 2, 2024

The primary method disables middle click altogether, and the alternative one seems to be very power consuming.

This method only clears the primary buffer when middle clicking, and keeps middle click functionality, instead of doing so everytime the primary buffer is changed. Let me know what you think.

Copy link
Member

@fufexan fufexan left a comment

Choose a reason for hiding this comment

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

LGTM.

@end-4 your thoughts?

@end-4
Copy link
Contributor

end-4 commented Apr 3, 2024

it works
it's good
image

@end-4
Copy link
Contributor

end-4 commented Apr 3, 2024

actually after a while using this i find it inconsistent. sometimes the buffer clear isn't fast enough...
but it's still a good method

@GuillaumeLagrange
Copy link
Author

Damn, it worked well on my end.

I have absolutely no knowledge of the inner workings of hyprland/wayland. Any idea how to make sure the buffer clear is blocking before forwarding the input to the application ? Or any pointers for where to look ?

If there's no way to make it consistent it does not belong in the wiki IMO

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