Skip to content

Instantly share code, notes, and snippets.

@adisuryadi
Created June 13, 2013 11:30
Show Gist options
  • Save adisuryadi/5773012 to your computer and use it in GitHub Desktop.
Save adisuryadi/5773012 to your computer and use it in GitHub Desktop.
Fix natural scrolling on ubuntu (nautilus)
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