-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Wayland watcher #10
Comments
Can x11 watcher be used until proper wayland watcher exists? Wayland seems to emulate primary/clipboard reasonably well for the legacy X11 apps. |
Yup, x11 should work just fine. The main reason to add a native Wayland implementation is performance. |
Work remaining:
Seems like I should be able to create a virtual keyboard from https://wayland.app/protocols/virtual-keyboard-unstable-v1 and get the keymap from https://smithay.github.io/wayland-rs/wayland_client/protocol/wl_keyboard/enum.Event.html. |
No description provided.
The text was updated successfully, but these errors were encountered: