From 161cbe19f43d8297c594b256b3152bf3630a244f Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Tue, 15 Sep 2015 18:31:33 +0200 Subject: [PATCH] fixed mouse --- configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index d49f2af..7736072 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,7 +17,6 @@ copyKernels = false; }; }; - #kernelPackages = pkgs.linuxPackages_4_2; kernel = { sysctl = { "kernel.nmi_watchdog" = 0; # Disable watchdog @@ -129,12 +128,10 @@ desktopManager.default = "none"; displayManager.desktopManagerHandlesLidAndPower = false; windowManager.default = "bspwm"; - multitouch = { - enable = true; - invertScroll = true; - }; synaptics = { enable = true; + buttonsMap = [1 3 2]; + tapButtons = false; accelFactor = "0.2"; palmDetect = true; twoFingerScroll = true;