Disable natural scrolling
This commit is contained in:
parent
f0f296c9cc
commit
e2b0037707
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,8 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
libinput = {
|
||||
enable = true; touchpad = { naturalScrolling = true;
|
||||
tapping = true;
|
||||
};
|
||||
enable = true;
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
xkbOptions = "caps:escape";
|
||||
displayManager = {
|
||||
|
|
Loading…
Add table
Reference in a new issue