my-ostree-OS/etc/X11/xorg.conf.d/90-touchpad-scaling.conf

19 lines
595 B
Text
Raw Normal View History

2026-03-27 12:52:27 -03:00
Section "InputClass"
Identifier "Touchpad Scaling"
# Matcher alle touchpads der bruger libinput
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
# Korrigerer hastigheden til 2x (til 4K / 200% skalering)
2026-04-03 13:04:12 -03:00
#Option "TransformationMatrix" "5 0 0 0 5 0 0 0 2"
2026-03-27 12:52:27 -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