diff options
| author | stefan <stefan@s00.xyz> | 2025-03-13 14:29:47 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-13 14:29:47 -0400 |
| commit | e3fbed033b828093d57cbfc1ca9d8a35a8f43a3f (patch) | |
| tree | c36adb7866a74f0c9a8c7788faeaedfe041f226c /modules/sway | |
| parent | a52fe6273deaf6dd04bf3f589a0231cd05051d0f (diff) | |
| download | home-e3fbed033b828093d57cbfc1ca9d8a35a8f43a3f.tar.gz | |
disable mouse accel
Diffstat (limited to 'modules/sway')
| -rw-r--r-- | modules/sway/default.nix | 3 |
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 = { |