-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
RFE: Port clipboard support to a copypasta crate #114
Comments
Thanks for mentioning. Now I did intend to use a forking clipboard provider on Linux. I set up an extension crate to support this. Lets see if I can do the same with copypasta. |
Also if you could make a "hack" mentioned in alacritty/copypasta#15 to your Thanks! |
Just added: alacritty/copypasta#15 (comment) Regarding wayland support, some smart function must be added to select the correct clipboard provider (X11 or Wayland) depending on it's current runtime. It currently defaults to X11 only, and this will remain the same when switching to the X11 forking provider. This is something to add to |
Started implementing some stubs on the |
https://crates.io/crates/copypasta seems to be better than having multiple crates for unix/windows and that one also seems to support wayland which is quite helpful in 2020 :)
I did not check if it is easy to port or anything like that yet, hence opening an issue instead of PR.
The text was updated successfully, but these errors were encountered: