From c65804df94bcd4c2b7a178cc36bff55f931ae599 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 11 Jan 2020 22:40:40 +0100 Subject: [PATCH] input: remove configuration for Microsoft mouse Not using it anymore. --- bin/input-event | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/input-event b/bin/input-event index c736fdb..b0e4384 100755 --- a/bin/input-event +++ b/bin/input-event @@ -38,9 +38,6 @@ case "$event,$use,$(uname -n),$name" in *,XISlaveKeyboard,*) xkb default ;; - *,XISlavePointer,*,"Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)") - xinput set-ptr-feedback $device 3 3 1 - ;; *,XISlavePointer,*,"Logitech USB Receiver Mouse") xinput set-ptr-feedback $device 30 5 2 ;;