From ff47b0943c7f75114ad3ee9892033550c7b0b561 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 17 Apr 2024 22:50:21 +0200 Subject: [PATCH] disable touchpad tap is click --- hosts/main.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/main.nix b/hosts/main.nix index ca97376..c28a4bb 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -13,6 +13,9 @@ services.nscd.enable = lib.mkForce false; system.nssModules = lib.mkForce []; + # disable touch clicks because i always tap while typing + services.xserver.libinput.touchpad.tappingButtonMap = null; + imports = [ ../common/all.nix