Here is a handy trick to disable your touchpad clicking, which always happens accidentally with my wrists.
synclient -l
You can control everyoption with synclient:
Code:
$ synclient PalmDetect=1 (to enable palm detection) $ synclient TapButton1=0 (configure button events) $ synclient TouchpadOff=1 (disable the touchpad)
No comments:
Post a Comment