Created
October 6, 2018 15:32
-
-
Save theodric/f381adb0381fb59c366e7e880739ff91 to your computer and use it in GitHub Desktop.
This file contains 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/bash | |
#xinput --set-prop 15 "libinput Natural Scrolling Enabled" 0 | |
xinput --set-prop `xinput list|grep -m1 "Swiftpoint Limited GesturePoint Mouse Dongle"|grep id=|cut -f 2|cut -b4,5` "libinput Natural Scrolling Enabled" 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment