ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Enable Wayland clipboard support and make arboard optional #140

Closed ulyssa closed 2 months ago

ulyssa commented 2 months ago

Someone pointed out in #iamb-users:0x.badd.cafe a couple weeks ago that the Wayland clipboard was inaccessible with "* and "+. arboard needs an explicit feature passed to it to support it. I've enabled it, and also added a clipboard feature to the modalkit crate to allow controlling whether arboard gets pulled in at all.