Skip to content

Instantly share code, notes, and snippets.

@uuklanger
Created January 5, 2017 22:12
Show Gist options
  • Save uuklanger/b6b7c3101d3649f47939130ddd8761bf to your computer and use it in GitHub Desktop.
Save uuklanger/b6b7c3101d3649f47939130ddd8761bf to your computer and use it in GitHub Desktop.
Correct the scrolling in XFCE4 to be Natural Scrolling
synclient
synclient VertScrollDelta=-58
synclient HorizScrollDelta=-58
@uuklanger
Copy link
Author

The first command gets you a list of your current settings. The second and third correct the scroll to be the negative of what was there before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment