client-toolkit
client-toolkit copied to clipboard
Implement experimental input method protocol
With popup additions: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/407
Missing/untested: repositioning.
To test:
- anvil from https://github.com/Smithay/smithay/pull/1745
- stiwri from "popup" branch https://codeberg.org/dcz/stiwri/src/branch/popup
# in anvil
cargo run --release -- --winit &
WAYLAND_DISPLAY=wayland-1 yad &
# in stiwri
WAYLAND_DISPLAY=wayland-1 cargo run --release --bin im_popup
Repositioning has been tested now:
WAYLAND_DISPLAY=wayland-1 cargo run --release --bin im_popup_reposition
Bump. Anyone interested?
Hi, sorry for the delayed response. Are you planning on depending on https://github.com/Smithay/wayland-rs for the protocol, instead of your repository? I think it otherwise looks good.
Thank you for reminding me, I lost the notification for a couple days. I updated the dependency now.