https://github.com/smithay/smithay-clipboard
Provides access to the wayland clipboard for client applications
https://github.com/smithay/smithay-clipboard
Last synced: 27 days ago
JSON representation
Provides access to the wayland clipboard for client applications
- Host: GitHub
- URL: https://github.com/smithay/smithay-clipboard
- Owner: Smithay
- License: mit
- Created: 2019-02-09T16:20:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T03:56:41.000Z (9 months ago)
- Last Synced: 2025-03-31T13:19:13.868Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 1.91 MB
- Stars: 30
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/smithay-clipboard)
# Smithay Clipboard
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.## Documentation
The documentation for the master branch is [available online](https://smithay.github.io/smithay-clipboard/).
The documentation for the releases can be found on [docs.rs](https://docs.rs/smithay-clipboard).
## 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).