From 1255e53e92b022e3725fc7c8fd6020f6a4bd1d8c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 20 Dec 2023 23:56:03 +0100 Subject: [PATCH] sway: Enable touchpad --- users/simon/modules/sway/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/simon/modules/sway/default.nix b/users/simon/modules/sway/default.nix index 8962cdd..c491cc8 100644 --- a/users/simon/modules/sway/default.nix +++ b/users/simon/modules/sway/default.nix @@ -73,8 +73,11 @@ in xkb_options = "compose:caps"; xkb_numlock = "enable"; }; + "type:touchpad" = { + click_method = "clickfinger"; + tap = "enabled"; + }; } // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") { - "type:touchpad".events = "disabled"; "2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.15"; });