From 3ac7929d8db56558e5fbeb9aa642e49034abb770 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 7 Nov 2015 17:22:10 +0100 Subject: tishtushi: Enable Synaptics tapButtons. I had these disabled because I prefer to actually press the touch pad. Unfortunately I spilled liquid into the touch pad which causes the "press" veent to no longer work. So let's bring back these annoying tap buttons. Signed-off-by: aszlig --- machines/aszlig/tishtushi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/aszlig') diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix index 8b3de323..d7175d94 100644 --- a/machines/aszlig/tishtushi.nix +++ b/machines/aszlig/tishtushi.nix @@ -65,7 +65,7 @@ in { services.xserver.videoDrivers = [ "intel" ]; services.xserver.synaptics.enable = true; - services.xserver.synaptics.tapButtons = false; + services.xserver.synaptics.tapButtons = true; services.xserver.synaptics.twoFingerScroll = true; services.xserver.synaptics.vertEdgeScroll = false; services.xserver.synaptics.accelFactor = "0.1"; -- cgit 1.4.1