os-26535/etc/X11/xorg.conf.d/90-touchpad-tap.conf

18 lines
532 B
Text
Raw Normal View History

2026-03-27 18:31:20 -03:00
Section "InputClass"
Identifier "Touchpad Tap"
# Matcher alle touchpads der bruger libinput
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
2026-06-19 20:53:41 -03:00
Option "TransformationMatrix" "130 0 0 0 130 0 0 0 100"
2026-03-27 18:31:20 -03:00
# 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