Skip to content

Instantly share code, notes, and snippets.

@theodric
Created October 6, 2018 15:32
Show Gist options
  • Save theodric/f381adb0381fb59c366e7e880739ff91 to your computer and use it in GitHub Desktop.
Save theodric/f381adb0381fb59c366e7e880739ff91 to your computer and use it in GitHub Desktop.
#!/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