From 0d81ea5d107d49de2aebcddd3085a69cab9da09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 2 Jan 2021 15:54:56 +0000 Subject: [PATCH] disable touchpad while typing --- nixos/common-services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common-services.nix b/nixos/common-services.nix index 24640ee7..5d53a74c 100644 --- a/nixos/common-services.nix +++ b/nixos/common-services.nix @@ -47,6 +47,7 @@ enable = true; naturalScrolling = false; clickMethod = "clickfinger"; + disableWhileTyping = true; }; useGlamor = true;