From 01d11ddfa6e977c8bb44a9fc0ec1b5d2282eb3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 23 Oct 2022 17:36:02 +0100 Subject: [PATCH] disable middle button on touchpad --- nixos/common-services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common-services.nix b/nixos/common-services.nix index 8be06e79..104d94cd 100644 --- a/nixos/common-services.nix +++ b/nixos/common-services.nix @@ -36,6 +36,7 @@ clickMethod = "clickfinger"; disableWhileTyping = true; middleEmulation = false; + buttonMapping = "1 99 3 4 5 6 7"; }; mouse.middleEmulation = false; };