about summary refs log tree commit diff
path: root/users/wpcarro/nixos/marcus/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-16T05·08-0500
committerwpcarro <wpcarro@gmail.com>2021-12-16T22·07+0000
commit854dcbc55effd17d8ae3d5cc3b9cc090ecf174e6 (patch)
treed25ccd7b149d944020eb490fd85ca16ee56e22f0 /users/wpcarro/nixos/marcus/default.nix
parent53e070fa247c6bd09a5ef0b47084d4463eebb554 (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/wpcarro/nixos/marcus/default.nix')
-rw-r--r--users/wpcarro/nixos/marcus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix
index 5eb41d4436..f37420883f 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";