-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
support wayland copy to clipboard #397
Comments
While we can certainly do that, we could also use a rust library to handle the clipboard. There are several choices, but copypasta seems to be the most up-to-date one. I can understand if you don't want to add a (potentially) heavy dependency, however we already included |
My bad, I should have looked maybe ;) In this case, the proposed solution seems good. I'll try to address the wayland part in a PR soon :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Can this be reopened? Using |
@cas7breeder feel free to reopen it if you are about to submit a PR :) |
according to @1wilkens in #390 our current copy to clipboard binaries may not cover wayland (correct me if I am wrong).
maybe we can use this opportunity to cleanup the support for multiple fallback programs for running copy to clipboard:
which
on all platformsThe text was updated successfully, but these errors were encountered: