diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-16T05·08-0500 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2021-12-16T22·07+0000 |
commit | 854dcbc55effd17d8ae3d5cc3b9cc090ecf174e6 (patch) | |
tree | d25ccd7b149d944020eb490fd85ca16ee56e22f0 /users | |
parent | 53e070fa247c6bd09a5ef0b47084d4463eebb554 (diff) |
feat(wpcarro/marcus): Disable natural scrolling r/3274
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>
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/nixos/marcus/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index 5eb41d4436a2..f37420883f90 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -29,7 +29,7 @@ in { enable = true; libinput = { enable = true; - touchpad.naturalScrolling = true; + touchpad.naturalScrolling = false; touchpad.tapping = false; }; layout = "us"; |