Disable mouse acceleration

This commit is contained in:
Nathan McCarty 2022-11-25 22:14:55 -05:00
parent 8a2dd0b79b
commit a4e3199b6d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 1 deletions

View File

@ -165,7 +165,10 @@ in with lib; {
{ command = "mako"; }
];
# Turn on numlock by default
input = { "*" = { xkb_numlock = "enable"; }; };
input = {
"*" = { xkb_numlock = "enable"; };
"type:pointer" = { accel_profile = "flat"; };
};
};
};
#########################