Skip to content

Instantly share code, notes, and snippets.

@aonic
Created November 8, 2010 00:39
Show Gist options
  • Select an option

  • Save aonic/667233 to your computer and use it in GitHub Desktop.

Select an option

Save aonic/667233 to your computer and use it in GitHub Desktop.
#!/bin/bash
xinput set-int-prop 'SynPS/2 Synaptics TouchPad' 'Two-Finger Scrolling' 8 1
xinput set-int-prop 'SynPS/2 Synaptics TouchPad' 'Synaptics Two-Finger Scrolling' 8 1 1
xinput set-int-prop 'SynPS/2 Synaptics TouchPad' 'Synaptics Two-Finger Pressure' 32 10
xinput set-int-prop 'SynPS/2 Synaptics TouchPad' 'Synaptics Two-Finger Width' 32 8
xinput set-int-prop 'SynPS/2 Synaptics TouchPad' 'Synaptics Edge Scrolling' 8 0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment