From 4dfe026393d4d2c4ce9252add1639ff875b1ce12 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 9 Apr 2020 11:41:25 +0300 Subject: [PATCH] feat: increased cursor speed --- modules/xserver.nix | 2 +- options.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 options.nix diff --git a/modules/xserver.nix b/modules/xserver.nix index 7841d44..7762e64 100644 --- a/modules/xserver.nix +++ b/modules/xserver.nix @@ -14,7 +14,7 @@ enable = true; naturalScrolling = true; - accelSpeed = "2.5"; + accelSpeed = "3.5"; # who thought letting this be true by default was a good idea tappingDragLock = false; diff --git a/options.nix b/options.nix deleted file mode 100644 index 7086657..0000000 --- a/options.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { imports = [ ]; }