Created
January 7, 2013 01:16
-
-
Save jyc/4471506 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| /usr/bin/synclient TapButton2=3 | |
| /usr/bin/synclient PalmDetect=1 | |
| /usr/bin/synclient TapButton3=2 | |
| /usr/bin/synclient VertTwoFingerScroll=1 | |
| /usr/bin/synclient HorizTwoFingerScroll=1 | |
| /usr/bin/synclient CircularScrolling=0 | |
| /usr/bin/synclient TapButton1=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment