forked from ValveSoftware/steamos-compositor
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WaylandBackend: copying to clipboard
This forwards the internal clipboard to the host, but does not handle the primary selection nor accessing the host's clipboard internally. The source is recreated for every new copy, rather than being reused when it is still valid. This doesn't seem to be necessary, but doing it differently leads to clipboard managers not becoming aware of the reused copies (under Sway, `wl-paste --watch` doesn't notice them), which at least suggests that not reusing is more common.
- Loading branch information
1 parent
1c9495c
commit 3a073fc
Showing
1 changed file
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters