Created
September 26, 2018 15:42
-
-
Save jgermade/a06dfdbd894fd9d83e02b6f4bf4d2ca2 to your computer and use it in GitHub Desktop.
This file contains 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 | |
synclient LeftEdge=1588 | |
synclient RightEdge=5352 | |
synclient TopEdge=1398 | |
synclient BottomEdge=4452 | |
synclient FingerLow=25 | |
synclient FingerHigh=30 | |
synclient MaxTapTime=180 | |
synclient MaxTapMove=247 | |
synclient MaxDoubleTapTime=180 | |
# synclient SingleTapTimeout=180 | |
synclient SingleTapTimeout=0 | |
synclient ClickTime=100 | |
synclient EmulateMidButtonTime=0 | |
synclient EmulateTwoFingerMinZ=282 | |
synclient EmulateTwoFingerMinW=7 | |
synclient VertScrollDelta=-112 | |
synclient HorizScrollDelta=-112 | |
synclient VertEdgeScroll=0 | |
synclient HorizEdgeScroll=0 | |
synclient CornerCoasting=0 | |
synclient VertTwoFingerScroll=1 | |
synclient HorizTwoFingerScroll=1 | |
# synclient MinSpeed=1 | |
# synclient MaxSpeed=1.75 | |
# synclient AccelFactor=0.0354988 | |
synclient MinSpeed=1.4 | |
synclient MaxSpeed=1.8 | |
synclient AccelFactor=0.05 | |
synclient TouchpadOff=2 | |
synclient LockedDrags=0 | |
synclient LockedDragTimeout=5000 | |
synclient RTCornerButton=2 | |
synclient RBCornerButton=3 | |
synclient LTCornerButton=0 | |
synclient LBCornerButton=0 | |
synclient TapButton1=1 | |
synclient TapButton2=3 | |
synclient TapButton3=0 | |
synclient ClickFinger1=1 | |
synclient ClickFinger2=3 | |
synclient ClickFinger3=0 | |
synclient CircularScrolling=0 | |
synclient CircScrollDelta=0.1 | |
synclient CircScrollTrigger=0 | |
synclient CircularPad=0 | |
synclient PalmDetect=0 | |
synclient PalmMinWidth=10 | |
synclient PalmMinZ=200 | |
synclient CoastingSpeed=20 | |
synclient CoastingFriction=50 | |
synclient PressureMotionMinZ=30 | |
synclient PressureMotionMaxZ=160 | |
synclient PressureMotionMinFactor=1 | |
synclient PressureMotionMaxFactor=1 | |
synclient ResolutionDetect=1 | |
synclient GrabEventDevice=0 | |
synclient TapAndDragGesture=1 | |
synclient AreaLeftEdge=0 | |
synclient AreaRightEdge=0 | |
synclient AreaTopEdge=0 | |
synclient AreaBottomEdge=0 | |
synclient HorizHysteresis=28 | |
synclient VertHysteresis=28 | |
synclient ClickPad=1 | |
synclient RightButtonAreaLeft=3470 | |
synclient RightButtonAreaRight=0 | |
synclient RightButtonAreaTop=4061 | |
synclient RightButtonAreaBottom=0 | |
synclient MiddleButtonAreaLeft=0 | |
synclient MiddleButtonAreaRight=0 | |
synclient MiddleButtonAreaTop=0 | |
synclient MiddleButtonAreaBottom=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment