From e9b70d1edc0187ca9bd2d42edf2f364e464c6e40 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Sat, 4 Apr 2026 15:05:43 -0300 Subject: [PATCH] set Touchpad scaling to x1.3 --- etc/X11/xorg.conf.d/90-touchpad-scaling.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/X11/xorg.conf.d/90-touchpad-scaling.conf b/etc/X11/xorg.conf.d/90-touchpad-scaling.conf index d42f5f4..55467d0 100644 --- a/etc/X11/xorg.conf.d/90-touchpad-scaling.conf +++ b/etc/X11/xorg.conf.d/90-touchpad-scaling.conf @@ -5,8 +5,7 @@ Section "InputClass" 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" + Option "TransformationMatrix" "130 0 0 0 130 0 0 0 100" # Bruger den ergonomiske 'adaptive' profil (1 0 er Adaptive) #Option "AccelProfile" "adaptive"