Re: Expose touchpad sensitivity in wsconsctl

2020-10-15 Thread Ulf Brosziewski
Thanks for these hints. I will consider reducing the default threshold for deceleration. The current default is a compromise that is several years old, it might well be that is not ideal for the average touchpad of today. On 10/14/20 11:24 PM, Brennan Vincent wrote: > People who prefer flatter

Re: Expose touchpad sensitivity in wsconsctl

2020-10-14 Thread Ulf Brosziewski
I'm not convinced that this makes sense. While there are still a lot of touchpads around that need deceleration, modern ones tend to be larger and more precise, so maybe we want to drop it at some point in the future? Given that up to now, nobody else reported a problem with it, I'd prefer to

Re: Expose touchpad sensitivity in wsconsctl

2020-10-14 Thread Brennan Vincent
People who prefer flatter profiles are not as rare as one might think, cf similar discussions on Libinput: https://bugs.freedesktop.org/show_bug.cgi?id=89485 I found setting it to 4 gives best results (it was 16 by default) so I wouldn't want to totally remove it either. Feel free to not

Re: Expose touchpad sensitivity in wsconsctl

2020-10-14 Thread Brennan Vincent
Oops, the subject should be "Expose touchpad _decleration threshold_ in wsconsctl". Not sure why I wrote "sensitivity". On Wed, 14 Oct 2020, Brennan Vincent wrote: > > diff --git sbin/wsconsctl/mouse.c sbin/wsconsctl/mouse.c > index e04642dacbc..0f1594e17e0 100644 > --- sbin/wsconsctl/mouse.c

Expose touchpad sensitivity in wsconsctl

2020-10-14 Thread Brennan Vincent
diff --git sbin/wsconsctl/mouse.c sbin/wsconsctl/mouse.c index e04642dacbc..0f1594e17e0 100644 --- sbin/wsconsctl/mouse.c +++ sbin/wsconsctl/mouse.c @@ -61,6 +61,7 @@ struct field mouse_field_tab[] = { { "tp.swapsides", _swapsides, FMT_CFG,FLG_NORDBACK }, {