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 = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true; touchpad = { naturalScrolling = true;
|
enable = true;
|
||||||
tapping = true;
|
touchpad.tapping = true;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
xkbOptions = "caps:escape";
|
xkbOptions = "caps:escape";
|
||||||
displayManager = {
|
displayManager = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue