Re: reverse scroll direction wstpad

2019-03-05 Thread Ulf Brosziewski
On 3/5/19 7:40 PM, Ted Unangst wrote: > Ulf Brosziewski wrote: >> BTW, reverting the scroll direction is also possible by configuring >> a "ZAxisMapping" in ws(4), with an xorg.conf like this one: >> >> Section "InputClass" >> Identifier "touchpad_scroll_buttons" >> MatchIsTouchPad "true"

Re: reverse scroll direction wstpad

2019-03-05 Thread Ted Unangst
Ulf Brosziewski wrote: > BTW, reverting the scroll direction is also possible by configuring > a "ZAxisMapping" in ws(4), with an xorg.conf like this one: > > Section "InputClass" > Identifier "touchpad_scroll_buttons" > MatchIsTouchPad "true" > Option "ZAxisMapping" "5 4" >

Re: reverse scroll direction wstpad

2019-03-05 Thread Ulf Brosziewski
Adding these options - switching the scroll direction and a customizable button map for tapping - to wsmouse and wstpad would not be a big deal. If there is interest, I could prepare a patch. I doubt, however, that both should be included in the named and visible wsmouse options of wsconsctl.

reverse scroll direction wstpad

2019-03-02 Thread Ted Unangst
One more quick hack. I have become accustomed to scroll going in the reverse direction. Previously set a negative delta with synclient. Again, not sure how to connect this to wsconsctl, but here's what I'm running. Index: wstpad.c