disable mouse acceleration
This commit is contained in:
parent
7f3a92fb14
commit
5882c19109
|
@ -202,6 +202,13 @@
|
|||
enable = true;
|
||||
layout = "au";
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
# Disable mouse acceleration.
|
||||
accelProfile = "flat";
|
||||
};
|
||||
};
|
||||
displayManager.startx.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue