Skip to content

Instantly share code, notes, and snippets.

@garrett
Created August 12, 2011 10:52
Show Gist options
  • Save garrett/1141853 to your computer and use it in GitHub Desktop.
Save garrett/1141853 to your computer and use it in GitHub Desktop.
scroll reverse for Linux
echo "pointer = 1 2 3 5 4 6 7 8 9 10 11 12" >> ~/.Xmodmap; xmodmap ~/.Xmodmap
@pbleser
Copy link

pbleser commented Aug 12, 2011

Better make that ">> ~/.Xmodmap" instead of "> ~/.Xmodmap", just to be on the safe side of things.

@garrett
Copy link
Author

garrett commented Aug 12, 2011

Thanks! You're right. I fixed it. (:

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