feat(wpcarro/marcus): Disable natural scrolling
Something about the end-result of this doesn't feel quite natural to me. Change-Id: Idaa7a991893d386110bd75f9288b4c3831a59cae Reviewed-on: https://cl.tvl.fyi/c/depot/+/4353 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
53e070fa24
commit
854dcbc55e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in {
|
|||
enable = true;
|
||||
libinput = {
|
||||
enable = true;
|
||||
touchpad.naturalScrolling = true;
|
||||
touchpad.naturalScrolling = false;
|
||||
touchpad.tapping = false;
|
||||
};
|
||||
layout = "us";
|
||||
|
|
Loading…
Reference in a new issue