clipcat icon indicating copy to clipboard operation
clipcat copied to clipboard

[Feature] Support Wayland

Open xrelkd opened this issue 4 years ago • 6 comments

Add support for Wayland clipboard

xrelkd avatar Aug 03 '20 08:08 xrelkd

Maybe use https://github.com/alacritty/copypasta instead of your fork of x11-clipboard? The MacOS and Windows features won't be enabled, so they won't bloat the binaries. Should I start work on an implementation?

Icelk avatar Feb 12 '21 17:02 Icelk

It looks like a good way to resolve this

alt-art avatar Feb 16 '21 01:02 alt-art

What do you @xrelkd think about this? If you prefer, I could incorporate only the wayland clipboard crate alongside the X11 one.

Icelk avatar Feb 19 '21 17:02 Icelk

I've made a fork which introduces a primitive Wayland implementation. https://github.com/Icelk/clipcat

Icelk avatar Jul 28 '21 14:07 Icelk