summary refs log tree commit diff stats
path: root/system/modules/hardware/trackball.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/hardware/trackball.nix')
-rw-r--r--system/modules/hardware/trackball.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/modules/hardware/trackball.nix b/system/modules/hardware/trackball.nix
deleted file mode 100644
index 9aa5abc0..00000000
--- a/system/modules/hardware/trackball.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, pkgs, ... }:
-
-{ services.xserver.config = ''
-    Section "InputClass"
-        Identifier "Trackball (No Acceleration)"
-        MatchIsPointer "yes"
-        MatchIsTouchpad "no"
-        MatchProduct "Trackball"
-        Option "AccelerationProfile" "-1"
-        Option "AccelerationScheme" "none"
-    EndSection
-  '';
-}