os-26535/etc/X11/xorg.conf.d/90-touchpad-tap.conf
Anders da Silva Rytter Hansen dbb20f3399
Some checks failed
os / build (push) Has been cancelled
touchpad scaling and 580 nvidia driver
2026-04-03 13:18:17 -03:00

19 lines
588 B
Text

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