From 3fac1bd11f4addf2b8ee8f45e69f7f6ba8f273cd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 13 Dec 2021 12:59:08 -0500 Subject: [PATCH] hardware/form: force touchpad clickfinger --- modules/modules/hardware/form.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/modules/hardware/form.nix b/modules/modules/hardware/form.nix index 76836e5..5b80da0 100644 --- a/modules/modules/hardware/form.nix +++ b/modules/modules/hardware/form.nix @@ -26,7 +26,10 @@ in services = { xserver.libinput = { enable = true; - touchpad.naturalScrolling = true; + touchpad = { + clickMethod = "clickfinger"; + naturalScrolling = true; + }; }; logind.lidSwitch = mkDefault "ignore";