You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crate provides the wayland_clipboard module for interacting with the Wayland clipboard. The copypasta::ClipboardContext definition always provides a X11 context (on Linux) though.
So, does this mean Wayland isn't automatically supported? And does this mean that adding Wayland support requires additional logic by the implementer to determine at runtime whether to construct an X11 or a Wayland clipboard context, including figuring out the Wayland display pointer?
The text was updated successfully, but these errors were encountered:
It is unclear to me how Wayland support works.
The crate provides the
wayland_clipboard
module for interacting with the Wayland clipboard. Thecopypasta::ClipboardContext
definition always provides a X11 context (on Linux) though.So, does this mean Wayland isn't automatically supported? And does this mean that adding Wayland support requires additional logic by the implementer to determine at runtime whether to construct an X11 or a Wayland clipboard context, including figuring out the Wayland display pointer?
The text was updated successfully, but these errors were encountered: