18 lines
538 B
Text
18 lines
538 B
Text
Section "InputClass"
|
|
Identifier "Touchpad Scaling"
|
|
# Matcher alle touchpads der bruger libinput
|
|
MatchIsTouchpad "on"
|
|
MatchDevicePath "/dev/input/event*"
|
|
Driver "libinput"
|
|
|
|
Option "TransformationMatrix" "130 0 0 0 130 0 0 0 100"
|
|
|
|
# Bruger den ergonomiske 'adaptive' profil (1 0 er Adaptive)
|
|
#Option "AccelProfile" "adaptive"
|
|
|
|
# Holder grundhastigheden neutral (0.0)
|
|
#Option "AccelSpeed" "0"
|
|
|
|
# Valgfrit: Slå tap-to-click til, hvis du foretrækker det
|
|
# Option "Tapping" "on"
|
|
EndSection
|