Last active
March 13, 2017 06:55
-
-
Save Fire-Dragon-DoL/f9f63409dca6c3c9e63c109edbcd4bec to your computer and use it in GitHub Desktop.
Touchpad configuration system76 Oryx pro 3 (February 2017)
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
Parameter settings: | |
LeftEdge = 1590 | |
RightEdge = 5350 | |
TopEdge = 1380 | |
BottomEdge = 4476 | |
FingerLow = 25 | |
FingerHigh = 40 | |
MaxTapTime = 68 | |
MaxTapMove = 176 | |
MaxDoubleTapTime = 100 | |
SingleTapTimeout = 180 | |
ClickTime = 100 | |
EmulateMidButtonTime = 75 | |
EmulateTwoFingerMinZ = 282 | |
EmulateTwoFingerMinW = 7 | |
VertScrollDelta = 55 | |
HorizScrollDelta = 29 | |
VertEdgeScroll = 0 | |
HorizEdgeScroll = 0 | |
CornerCoasting = 0 | |
VertTwoFingerScroll = 1 | |
HorizTwoFingerScroll = 1 | |
MinSpeed = 1.5 | |
MaxSpeed = 3.5 | |
AccelFactor = 0.15 | |
TouchpadOff = 1 | |
LockedDrags = 0 | |
LockedDragTimeout = 5000 | |
RTCornerButton = 0 | |
RBCornerButton = 0 | |
LTCornerButton = 0 | |
LBCornerButton = 0 | |
TapButton1 = 1 | |
TapButton2 = 3 | |
TapButton3 = 2 | |
ClickFinger1 = 1 | |
ClickFinger2 = 1 | |
ClickFinger3 = 0 | |
CircularScrolling = 0 | |
CircScrollDelta = 0.100007 | |
CircScrollTrigger = 0 | |
CircularPad = 0 | |
PalmDetect = 1 | |
PalmMinWidth = 1 | |
PalmMinZ = 1 | |
CoastingSpeed = 1 | |
CoastingFriction = 45 | |
PressureMotionMinZ = 30 | |
PressureMotionMaxZ = 160 | |
PressureMotionMinFactor = 1 | |
PressureMotionMaxFactor = 1 | |
ResolutionDetect = 1 | |
GrabEventDevice = 0 | |
TapAndDragGesture = 0 | |
AreaLeftEdge = 1500 | |
AreaRightEdge = 5300 | |
AreaTopEdge = 0 | |
AreaBottomEdge = 4200 | |
HorizHysteresis = 1 | |
VertHysteresis = 1 | |
ClickPad = 0 |
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/bash | |
# Startup script set through KDE to keep settings per-user | |
synclient AreaLeftEdge=1500 | |
synclient AreaRightEdge=5300 | |
synclient AreaTopEdge=0 | |
synclient AreaBottomEdge=4200 |
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
[autodisable] | |
OnlyDisableTapAndScrollOnKeyboardActivity=false | |
[parameters] | |
AccelFactor=0.15000000596046448 | |
AreaBottomEdge=4200 | |
AreaLeftEdge=1500 | |
AreaRightEdge=5300 | |
AreaTopEdge=0 | |
CircScrollDelta=5.7300000000000004 | |
CoastingFriction=45 | |
CoastingSpeed=1 | |
FingerHigh=40 | |
HorizHysteresis=1 | |
HorizScrollDelta=0.69999999999999996 | |
HorizTwoFingerScroll=true | |
MaxSpeed=3.5 | |
MaxTapMove=2.3999999999999999 | |
MaxTapTime=68 | |
MinSpeed=1.5 | |
PalmDetect=true | |
PalmMinWidth=1 | |
PalmMinZ=1 | |
RBCornerButton=NoButton | |
RTCornerButton=NoButton | |
TapAndDragGesture=false | |
Tapping=false | |
ThreeFingerTapButton=MiddleButton | |
VertEdgeScroll=false | |
VertHysteresis=1 | |
VertScrollDelta=0.90000000000000002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment