EDIT [solved]: Someone on /g/ told me about touchpad synaptics. The commands I used were:
- Code: Select all
$ synclient
That gave me a list of many touchpad options that you could manipulate, so to fix it, I used the following commands
- Code: Select all
$ synclient TapButton1=0
$ synclient TapButton2=0
TapButton1 means what to do when the touchpad is tapped by one finger, 0 means nothing, 1 would mean the equivalent of the left mouse button on an actual mouse, 2 would mean the middle button, and 3 would mean right click. I also enabled Horizontal edge scrolling with
- Code: Select all
$ synclient HorizEdgeScrolling=1

