From efb34826fc563afa08c0c8c6add16cf9ebf19310 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2024 20:43:28 +0200 Subject: remove old files --- system/settings/hardware/trackball.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 system/settings/hardware/trackball.nix (limited to 'system/settings/hardware/trackball.nix') diff --git a/system/settings/hardware/trackball.nix b/system/settings/hardware/trackball.nix deleted file mode 100644 index c2f7e68c..00000000 --- a/system/settings/hardware/trackball.nix +++ /dev/null @@ -1,15 +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 - ''; -} -- cgit 1.4.1