rynbrd / xf86-input-mtrack

Xorg Multitouch Trackpad Driver
GNU General Public License v2.0
357 stars 58 forks source link

realtime configuration utility #62

Closed cfriedt closed 10 years ago

cfriedt commented 10 years ago

This is more of a feature request, but having a realtime configuration utility with sliders, buttons, etc, would be pretty awesome.

cfriedt commented 10 years ago

Would it be reasonable to write it in a scripting language like python so that code could be reused for kde / gnome / etc?

ribx commented 10 years ago

did you check what already can be done with xinput?

rynbrd commented 10 years ago

All of the driver's configuration can be changed realtime via xinput. Building something that manipulates xinput values would be fairly simple. However, this is outside of the scope of the driver itself and is not something I intend to build much less integrate as part of the driver.