Airblader / xedgewarp

Effortlessly move your cursor across monitors of different resolutions and alignments
MIT License
38 stars 5 forks source link

Migrate Xinput2 to xcb-xinput #27

Open Airblader opened 9 years ago

Airblader commented 9 years ago

This eliminates Xlib from the code. This will only be possible in the distant feature because xcb-xinput, in any released version, is currently unusable and broken. It works better in the current git version, but we cannot use that yet to not force users to install xcb-xinput from source.

Airblader commented 7 years ago

I think xcb-xinput supports this now, but it would have to be checked. This migration also requires a change in dependencies, so the README should be updated accordingly.