./nfo/linux/mouse.disable.scroll.nfo# How to disable/enable anoying mouse functions: # (Of course, replace mouse model with your own) # Disable extra mouse buttons xinput set-button-map "Logitech USB Optical Mouse" 1 2 3 0 0 0 0 0 0 0 0 0 # Enable all mouse buttons xinput set-button-map "Logitech USB Optical Mouse" 1 2 3 4 5 6 7 8 9 10 11 12