From de0db8c770aca02d9e2a91986db7eeb017d01cb5 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Wed, 21 Jan 2015 10:05:48 +0530 Subject: [PATCH] Got a brand new mouse. scroll works! --- xsetup | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xsetup b/xsetup index 29da145..848f55f 100755 --- a/xsetup +++ b/xsetup @@ -9,9 +9,3 @@ synclient VertEdgeScroll=1 synclient VertTwoFingerScroll=1 # Disables the capslock key setxkbmap -option caps:none -# This disables the faulty mouse wheel scroll on my usb mouse -MOUSE_ID=`xinput list |grep Logitech|egrep "[0-9]{2}" -o` -if [[ $MOUSE_ID ]]; then - echo "Logitech Mouse connected. Disabling Scroll" - xinput set-button-map $MOUSE_ID 1 2 3 0 0 -fi