YS-L / csvlens

Command line csv viewer
MIT License
2.47k stars 41 forks source link

fix: use wayland data control backend for clipboard support #69

Closed ram02z closed 5 months ago

ram02z commented 5 months ago

Related #65

This PR enables the wayland-data-control feature for the arboard crate to support Wayland systems.

I am using sway version 1.8.1 (xwayland disabled) and can confirm that the copy to clipboard feature works now. Haven't tested on an X11 system.

YS-L commented 5 months ago

Thanks! I can confirm it works for X11 as well.