Mouse Acceleration :puke:
This commit is contained in:
parent
4307d4d29a
commit
76a22ed59e
1 changed files with 10 additions and 1 deletions
|
@ -82,7 +82,16 @@
|
|||
enable = true;
|
||||
layout = "fi";
|
||||
xkbVariant = "nodeadkeys";
|
||||
libinput.enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
accelSpeed = ".5"; # -1..1
|
||||
};
|
||||
touchpad = {
|
||||
accelProfile = "flat";
|
||||
};
|
||||
};
|
||||
deviceSection = ''
|
||||
Option "VariableRefresh" "True"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue