Skip to content

Instantly share code, notes, and snippets.

@tenomoto
Last active May 5, 2017 10:06
Show Gist options
  • Save tenomoto/cf08bc6ee0c19799ceedcd943f2559e6 to your computer and use it in GitHub Desktop.
Save tenomoto/cf08bc6ee0c19799ceedcd943f2559e6 to your computer and use it in GitHub Desktop.
Natural (reverse) scrolling of mouse wheel using xinput
# xinput set-prop device property value [...]
# device: 10 indentified with `xinput list`
# property: 272 or Evdev Scrolling Distance indentified with `xinput list-props device`
# value: -1 1 1 changed from 1 1 1
$ xinput set-prop 10 272 -1 1 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment