From 854dcbc55effd17d8ae3d5cc3b9cc090ecf174e6 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 16 Dec 2021 00:08:24 -0500 Subject: 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 --- users/wpcarro/nixos/marcus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/wpcarro/nixos/marcus/default.nix') 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"; -- cgit 1.4.1