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;
|
enable = true;
|
||||||
layout = "fi";
|
layout = "fi";
|
||||||
xkbVariant = "nodeadkeys";
|
xkbVariant = "nodeadkeys";
|
||||||
libinput.enable = true;
|
libinput = {
|
||||||
|
enable = true;
|
||||||
|
mouse = {
|
||||||
|
accelProfile = "flat";
|
||||||
|
accelSpeed = ".5"; # -1..1
|
||||||
|
};
|
||||||
|
touchpad = {
|
||||||
|
accelProfile = "flat";
|
||||||
|
};
|
||||||
|
};
|
||||||
deviceSection = ''
|
deviceSection = ''
|
||||||
Option "VariableRefresh" "True"
|
Option "VariableRefresh" "True"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue