From 16db2aedfbe7426e6aa3718a43dd3cc8f0d4055e Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Fri, 3 Apr 2026 13:04:12 -0300 Subject: [PATCH] No touchpad scaling anymore --- etc/X11/xorg.conf.d/90-touchpad-scaling.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/X11/xorg.conf.d/90-touchpad-scaling.conf b/etc/X11/xorg.conf.d/90-touchpad-scaling.conf index b8d951a..d42f5f4 100644 --- a/etc/X11/xorg.conf.d/90-touchpad-scaling.conf +++ b/etc/X11/xorg.conf.d/90-touchpad-scaling.conf @@ -6,7 +6,7 @@ Section "InputClass" Driver "libinput" # Korrigerer hastigheden til 2x (til 4K / 200% skalering) - Option "TransformationMatrix" "5 0 0 0 5 0 0 0 2" + #Option "TransformationMatrix" "5 0 0 0 5 0 0 0 2" # Bruger den ergonomiske 'adaptive' profil (1 0 er Adaptive) #Option "AccelProfile" "adaptive"