Dropping Galago specific configuration

Not rockin' the System76 Galago Pro as my daily driver any more. Haven't
needed any additional configuration on my other systems (Dell XPS 15 and
Lenovo Thinkpad X1 Carbon).
This commit is contained in:
Josh Sherman 2020-12-29 22:16:14 -06:00
parent 17dc2994f2
commit 03bb105d1e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -1,30 +0,0 @@
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# Natural Scrolling
Option "HorizScrollDelta" "-111" # 119
Option "VertScrollDelta" "-111" # 119
# Tap to Click
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
# Mouse Speed
Option "MinSpeed" "1.5"
Option "MaxSpeed" "3"
Option "AccelFactor" "0.033448"
# Not sure this will work...
# Option "MoveSpeed" "1.5, 3, 0.033448, 1"
# Palm Detection
Option "PalmDetect" "1"
Option "PalmMinWidth" "4" # 10
Option "PalmMinZ" "50" # 200
# Disable upper right corner (additional palm detection)
Option "AreaRightEdge" "5375" # 5405
EndSection