about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-11-27T12·25+0100
committerclbot <clbot@tvl.fyi>2022-11-27T12·28+0000
commitf1271d46bf67a7aa0d108491751b65e3bae26f6a (patch)
tree8facb254b01e85cb322563cc8230d88bf865ec5c
parentedea7ecc182f1b4f5f439bb3f51bac7fcf909b9f (diff)
fix(tazjin/zamalek): disable tap-to-click r/5343
it annoys me and I've been turning it off manually, which is also annoying

Change-Id: Ia3b79d11068757c0bb9ee5543a376effb98506df
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7441
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--users/tazjin/nixos/zamalek/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/zamalek/default.nix b/users/tazjin/nixos/zamalek/default.nix
index bd60872008..2561effd7d 100644
--- a/users/tazjin/nixos/zamalek/default.nix
+++ b/users/tazjin/nixos/zamalek/default.nix
@@ -79,6 +79,7 @@ in
   };
 
   services.xserver.libinput.touchpad.clickMethod = "clickfinger";
+  services.xserver.libinput.touchpad.tapping = false;
   services.tailscale.enable = true;
   services.avahi.enable = true;
   powerManagement.powertop.enable = true;