Skip to content

Instantly share code, notes, and snippets.

@mcsepes
Created April 30, 2017 00:57
Show Gist options
  • Save mcsepes/b3cc71e4f29fc848884c5aa62595699f to your computer and use it in GitHub Desktop.
Save mcsepes/b3cc71e4f29fc848884c5aa62595699f to your computer and use it in GitHub Desktop.
#!/bin/sh
# xinput --list
# xinput --list-props 'Genius USB Optical Mouse'
xinput --set-prop 'Genius USB Optical Mouse' 'Evdev Wheel Emulation' 1
xinput --set-prop 'Genius USB Optical Mouse' 'Evdev Wheel Emulation Button' 2
xinput --set-prop 'Genius USB Optical Mouse' 'Evdev Wheel Emulation Axes' 6 7 4 5
xinput --set-prop 'Genius USB Optical Mouse' 'Evdev Wheel Emulation Timeout' 5
xinput --set-prop 'Genius USB Optical Mouse' 'Evdev Middle Button Emulation' 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment