summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-11-16 00:46:55 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-11-16 00:46:55 -0700
commit735a4bb97b25c49a804dfda4eb5b154bc436baf6 (patch)
tree6b5c45bfa1aa7d0fa7d8e9ca43329be27fae6aa8 /services
parentda80486882850778d2100f00375586d2219af3c3 (diff)
downloadcfg.nix-735a4bb97b25c49a804dfda4eb5b154bc436baf6.tar.gz
cfg.nix-735a4bb97b25c49a804dfda4eb5b154bc436baf6.tar.xz
x11-laptop: increase accelSpeed
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'services')
-rw-r--r--services/x11-laptop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/x11-laptop.nix b/services/x11-laptop.nix
index c59c11f..a14bf8d 100644
--- a/services/x11-laptop.nix
+++ b/services/x11-laptop.nix
@@ -4,7 +4,7 @@
services.xserver.libinput = {
enable = true;
accelProfile = "adaptive";
- accelSpeed = "0.1";
+ accelSpeed = "0.5";
disableWhileTyping = true;
scrollMethod = "twofinger";
horizontalScrolling = false;