No description
Previously we were always blocking for 50ms no matter what, but now we'll be dynamically adjust our block ratio depending on the current clipboard load. In the worst case scenario when user used the clipboard only once will go with the next sequence: 0 1(16 times) 1 2 4 8 16 32 50 50 50 and so on, until the next user request. |
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| doc_index.html | ||
| LICENSE | ||
| README.md | ||
Smithay Clipboard
This crate provides access to the wayland clipboard.
Documentation
The documentation for the master branch is available online.
The documentation for the releases can be found on docs.rs.