diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-01 12:12:35 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-01 12:12:35 +0200 |
commit | 0be8284014610727f3ca6c3acb4cc70efe5ff731 (patch) | |
tree | 543c0a28bd19b87710b664fab400ccc9ee8890c8 /hosts/phobos | |
parent | Add twoFingerScroll to synaptics (diff) | |
download | nixos-config-0be8284014610727f3ca6c3acb4cc70efe5ff731.tar.gz nixos-config-0be8284014610727f3ca6c3acb4cc70efe5ff731.tar.bz2 nixos-config-0be8284014610727f3ca6c3acb4cc70efe5ff731.zip |
Change synaptics sensibility
Diffstat (limited to 'hosts/phobos')
-rw-r--r-- | hosts/phobos/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index d42be43..e01c237 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -49,7 +49,11 @@ in # Enable touchpad support (enabled default in most desktopManager). synaptics = { enable = true; + palmDetect = true; twoFingerScroll = true; + minSpeed = "1.0"; + maxSpeed = "1.12"; + accelFactor = "0.01"; }; }; }; |