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.
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 aclipboard
feature to themodalkit
crate to allow controlling whetherarboard
gets pulled in at all.