Created
April 30, 2017 00:57
-
-
Save mcsepes/b3cc71e4f29fc848884c5aa62595699f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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