Created
January 5, 2017 22:12
-
-
Save uuklanger/b6b7c3101d3649f47939130ddd8761bf to your computer and use it in GitHub Desktop.
Correct the scrolling in XFCE4 to be Natural Scrolling
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
synclient | |
synclient VertScrollDelta=-58 | |
synclient HorizScrollDelta=-58 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.