From e3fbed033b828093d57cbfc1ca9d8a35a8f43a3f Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 13 Mar 2025 14:29:47 -0400 Subject: disable mouse accel --- modules/sway/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/sway') diff --git a/modules/sway/default.nix b/modules/sway/default.nix index c53a970..c7488cf 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -63,6 +63,9 @@ in tap = "enabled"; middle_emulation = "enabled"; }; + "type:pointer" = { + accel_profile = "flat"; + }; }; output = { -- cgit v1.2.3