From 4afbf1c24b4cd65711bdd932632b64ad0fb4d8e7 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 7 Oct 2021 21:14:01 +0200 Subject: [PATCH] mayushii: Raise trackpoint acceleration --- users/simon/modules/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/simon/modules/sway/default.nix b/users/simon/modules/sway/default.nix index 4d8b3e8..16d344e 100644 --- a/users/simon/modules/sway/default.nix +++ b/users/simon/modules/sway/default.nix @@ -50,7 +50,7 @@ in }; } // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") { "type:touchpad".events = "disabled"; - "2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.25"; + "2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.15"; }); keybindings = {