-
Notifications
You must be signed in to change notification settings - Fork 1
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 proper mouse support #2
Comments
If you encounter issues revert back to commit ecb242d |
Not working in wayland, several issues popping up, some related to fetching starting position, some to x11.
On play: line 126 bc command not found (bc not listed as dependency) So, x11 env vars are being called, c0 110 wrongly fetches position of the mouse (if I understood correctly it should print out mouse coords) and bc not listed as dependency to both compositors. I will try to look into wayland side when I get some free time. |
this error is due to I was thinking about reworking privileges in a way that so maybe create like separate wrapper script which has only libinput functions and permission change for
Will be less confusing, with no more -x/-y flags. What do you think? Also I have no idea how to do this, maybe should be done by default in script.
|
see #1
The text was updated successfully, but these errors were encountered: