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"; });