On Sat, 6 Feb 2021 11:38:14 -0700 linux guy linuxguy123@gmail.com wrote:
Thanks for the direction. However, I don't see anything to change click timing or turn debouncing on or off.
xinput --set-ptr-feedback $XID 5 4 1 # sensitivity
--set-ptr-feedback device threshold num denom Change the pointer acceleration (or feedback) parameters of device. The xset(1) man page has more details. For X.Org Server 1.7 and above, there are additional device properties pertaining to pointer acceleration. These do not replace, but complement the pointer feedback setting.
If i understand you problem properly, will this help you?
BR, Bob