Created
June 13, 2013 11:30
-
-
Save adisuryadi/5773012 to your computer and use it in GitHub Desktop.
Fix natural scrolling on ubuntu (nautilus)
This file contains hidden or 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
xinput list|grep Synaptics | |
xinput list-props 11 | grep "Scrolling Distance" | |
#!/bin/sh | |
xinput set-prop 11 288 -106 -106 | |
nautilus -q | |
nautilus -n & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment