-
Notifications
You must be signed in to change notification settings - Fork 30
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
feature request: wayland support #10
Comments
Check out wayneko. |
This port only shows up on the desktop and does not follow the mouse. A real port is likely never going to happen as Wayland purposefully does not have APIs for getting the mouse position; KDE has its own APIs that I tried to use once but it's not usable via any compiled language (you have to use kwin scripting or whatever). |
Could this perhaps be achieved using libei? |
Do the major Wayland compositors (KDE, Gnome, Sway, etc). support that? |
It appears so. There's a piece of commercial software called synergy that uses libei and libportal for wayland support to share a mouse and keyboard across several devices. Afaik it needs to grab the cursor coordinates to make it work which means it could work for this too. I can confirm it's supported on GNOME at least, I can check if KDE supports this tonight. |
Oneko currently only supports x11, as wayland didn't exist when it was first coded, however as many Linux systems move to prefer wayland, oneko lags behind.
The text was updated successfully, but these errors were encountered: