#clipboard #wayland

smithay-clipboard

Provides access to the wayland clipboard for client applications

22 releases

0.6.6 Jun 20, 2022
0.6.5 Oct 31, 2021
0.6.4 Jun 25, 2021
0.6.3 Feb 4, 2021
0.1.0 Feb 14, 2019

#32 in Hardware support

Download history 18290/week @ 2023-06-08 17972/week @ 2023-06-15 18228/week @ 2023-06-22 18376/week @ 2023-06-29 19966/week @ 2023-07-06 17405/week @ 2023-07-13 19268/week @ 2023-07-20 21916/week @ 2023-07-27 18564/week @ 2023-08-03 21649/week @ 2023-08-10 19394/week @ 2023-08-17 20275/week @ 2023-08-24 21133/week @ 2023-08-31 22966/week @ 2023-09-07 21160/week @ 2023-09-14 19572/week @ 2023-09-21

88,577 downloads per month
Used in 252 crates (6 directly)

MIT license

32KB
573 lines

crates.io Build Status

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, 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.

The documentation for the releases can be found on docs.rs.


lib.rs:

Smithay Clipboard

Provides access to the Wayland clipboard for gui applications. The user should have surface around.

Dependencies

~4–13MB
~135K SLoC