summaryrefslogtreecommitdiff
path: root/services/x11-laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/x11-laptop.nix')
-rw-r--r--services/x11-laptop.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/x11-laptop.nix b/services/x11-laptop.nix
index d81a456..c59c11f 100644
--- a/services/x11-laptop.nix
+++ b/services/x11-laptop.nix
@@ -3,6 +3,9 @@
# Enable touchpad support.
services.xserver.libinput = {
enable = true;
+ accelProfile = "adaptive";
+ accelSpeed = "0.1";
+ disableWhileTyping = true;
scrollMethod = "twofinger";
horizontalScrolling = false;
};