-
Notifications
You must be signed in to change notification settings - Fork 276
Add configuration options for touchpads #229
Conversation
It may worth adding more options, like changing the default accel speed, and also the default accel profile |
It will definitely be by config.h |
So now this configures disable while typing, the accel speed, and accel profile. Is there anything else reasonable that should be on this list? |
Thanks, perhaps left handed mode and middle button emulation should also be added. I suppose we should decide what exactly to include though, and whether or not we want everything available. |
I think these options should be configured, does anyone want to add or remove some of these? |
Basically we will have all the options for Touchpad so I think it's good. I think we should provide comments for every option so people don't have to look for docs etc. |
Ok, I've added everything on that list (except dwtp), and comments with values for the options of things that you would need to look up. I didn't add dwtp because it looks like it won't be available until libinput 1.21, and the latest release is 1.20, so as far as I can tell it's a future setting (someone correct me if I misunderstood the docs). |
Other thing, at least for me it's more understandable place the variables below the comment about it. |
Yes, do it. |
Thanks! |
This may make more sense as a patch, but seems like a somewhat basic configuration option for touchpads (and has been asked for in #141).