From 4792e5145ae14d832ab2b4b27c2b44d18f00d950 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 26 Feb 2023 16:08:35 +0100 Subject: [PATCH] after using ios devices for a while, I became a natural Scrolling guy --- nixos/components/gui/xorg/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/components/gui/xorg/default.nix b/nixos/components/gui/xorg/default.nix index 844a59e..28ecc93 100644 --- a/nixos/components/gui/xorg/default.nix +++ b/nixos/components/gui/xorg/default.nix @@ -38,6 +38,7 @@ with lib; tapping = true; scrollMethod = "twofinger"; accelSpeed = "2"; + naturalScrolling = true; }; };