aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2025-03-13 14:29:47 -0400
committerstefan <stefan@s00.xyz>2025-03-13 14:29:47 -0400
commite3fbed033b828093d57cbfc1ca9d8a35a8f43a3f (patch)
treec36adb7866a74f0c9a8c7788faeaedfe041f226c /modules
parenta52fe6273deaf6dd04bf3f589a0231cd05051d0f (diff)
downloadhome-e3fbed033b828093d57cbfc1ca9d8a35a8f43a3f.tar.gz
disable mouse accel
Diffstat (limited to 'modules')
-rw-r--r--modules/sway/default.nix3
1 files changed, 3 insertions, 0 deletions
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 = {