From 85d2b19f7d65000d48e5e3d03a4e55ce929ddc49 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Thu, 18 Apr 2024 22:42:37 +0200 Subject: [PATCH] actually disabling touchpad tapping, previous option did was not the right one --- hosts/main.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/main.nix b/hosts/main.nix index c28a4bb..18949f8 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -14,7 +14,8 @@ system.nssModules = lib.mkForce []; # disable touch clicks because i always tap while typing - services.xserver.libinput.touchpad.tappingButtonMap = null; + #services.xserver.libinput.touchpad.tappingButtonMap = null; + services.xserver.libinput.touchpad.tapping = false; imports = [