Disable mouse acceleration
This commit is contained in:
parent
8a2dd0b79b
commit
a4e3199b6d
|
@ -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"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
#########################
|
||||
|
|
Loading…
Reference in New Issue