I’m pretty sure I blogged about this before, but…
…I love this little script. I just do. Death to tap-to-click!
#!/bin/bash
# Disable tap-to-click.
synclient MaxTapTime=0
# Disable vertical edge scrolling.
# synclient VertEdgeScroll=0
# Disable horizontal edge scrolling.
synclient HorizEdgeScroll=0
exit 0
Categorised as: random