2022-12-24 04:31:44 -08:00
|
|
|
[](https://crates.io/crates/smithay-clipboard)
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
|
2019-02-10 19:05:47 +08:00
|
|
|
# Smithay Clipboard
|
2019-02-10 01:28:53 +08:00
|
|
|
|
2020-05-10 16:40:03 +03:00
|
|
|
This crate provides access to the Wayland clipboard for applications
|
|
|
|
|
already using some sort of GUI toolkit or a windowing library, like
|
|
|
|
|
[winit](https://github.com/rust-windowing/winit), since you should
|
|
|
|
|
have some surface around to receive keyboard/pointer events.
|
|
|
|
|
|
|
|
|
|
If you want to access clipboard from the CLI or to write clipboard manager,
|
|
|
|
|
this is not what you're looking for.
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
2019-02-10 19:05:47 +08:00
|
|
|
The documentation for the master branch is [available online](https://smithay.github.io/smithay-clipboard/).
|
2019-02-10 01:28:53 +08:00
|
|
|
|
2019-02-10 19:05:47 +08:00
|
|
|
The documentation for the releases can be found on [docs.rs](https://docs.rs/smithay-clipboard).
|
2023-10-10 21:17:54 +04:00
|
|
|
|
|
|
|
|
## Contact Us
|
|
|
|
|
|
|
|
|
|
If you have questions or want to discuss the project with us, join our chatroom on matrix:
|
|
|
|
|
[#sctk:matrix.org](https://matrix.to/#/#sctk:matrix.org).
|