From b1a5dc43c57d5c32ecbe0240b20552f5c4808096 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 4 May 2015 04:55:06 +0200 Subject: machines/tishtushi: Add Synaptics configuration. Not really optimized to what I would like it to, but much better than with the default setup and it's annoying tap buttons. Odds are greater that I might switch back to keynav instead of investing more time in configuring a pointing device. Signed-off-by: aszlig --- machines/aszlig/tishtushi.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines/aszlig') diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix index 81fbbf37..2d6833f3 100644 --- a/machines/aszlig/tishtushi.nix +++ b/machines/aszlig/tishtushi.nix @@ -60,6 +60,11 @@ in { services.tlp.enable = true; services.xserver.videoDrivers = [ "intel" ]; + services.xserver.synaptics.enable = true; + services.xserver.synaptics.tapButtons = false; + services.xserver.synaptics.twoFingerScroll = true; + services.xserver.synaptics.vertEdgeScroll = false; + services.xserver.synaptics.accelFactor = "0.1"; nix.maxJobs = 4; } -- cgit 1.4.1