Skip to content

Instantly share code, notes, and snippets.

@alexlangberg
Last active September 12, 2015 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlangberg/87b4b9d8adc7cf9aae10 to your computer and use it in GitHub Desktop.
Save alexlangberg/87b4b9d8adc7cf9aae10 to your computer and use it in GitHub Desktop.
synclient-mousepad-dell-xps-13-2015.sh
#!/bin/bash
synclient LeftEdge = 1583
synclient RightEdge = 5359
synclient TopEdge = 1371
synclient BottomEdge = 4481
synclient FingerLow = 25
synclient FingerHigh = 30
synclient MaxTapTime = 180
synclient MaxTapMove = 250
synclient MaxDoubleTapTime = 180
synclient SingleTapTimeout = 180
synclient ClickTime = 100
synclient EmulateMidButtonTime = 0
synclient EmulateTwoFingerMinZ = 282
synclient EmulateTwoFingerMinW = 7
synclient VertScrollDelta = -75
synclient HorizScrollDelta = -75
synclient VertEdgeScroll = 1
synclient HorizEdgeScroll = 1
synclient CornerCoasting = 0
synclient VertTwoFingerScroll = 1
synclient HorizTwoFingerScroll = 1
synclient MinSpeed = 1
synclient MaxSpeed = 1.75
synclient AccelFactor = 0.0351679
synclient TouchpadOff = 0
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 = 3471
synclient RightButtonAreaRight = 0
synclient RightButtonAreaTop = 4083
synclient RightButtonAreaBottom = 0
synclient MiddleButtonAreaLeft = 0
synclient MiddleButtonAreaRight = 0
synclient MiddleButtonAreaTop = 0
synclient MiddleButtonAreaBottom = 0
@nhoad
Copy link

nhoad commented Sep 12, 2015

Just wanted to comment and say thanks for this - running on my XPS 13 and the parameters were wildly different, had some trouble getting right button area working until I found this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment