From e1c986c9927b69c877d91cd39540c4766dbb5ce0 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 6 Mar 2025 14:26:08 -0600 Subject: [PATCH] udev: fix trackball pointer being disabled Signed-off-by: Myned --- options/custom/services/udev.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/options/custom/services/udev.nix b/options/custom/services/udev.nix index bcaee5a..93325f3 100644 --- a/options/custom/services/udev.nix +++ b/options/custom/services/udev.nix @@ -39,12 +39,10 @@ in { # Kensington Orbit ENV{ID_USB_SERIAL}=="Kensington_ORBIT_WIRELESS_TB", \ - ENV{ID_INPUT_MOUSE}="", \ ENV{ID_INPUT_TRACKBALL}="1" # ProtoArc EM04 ENV{ID_USB_SERIAL}=="Compx_2.4G_Receiver", \ - ENV{ID_INPUT_MOUSE}="", \ ENV{ID_INPUT_TRACKBALL}="1" ''; };