Created
August 12, 2011 10:52
-
-
Save garrett/1141853 to your computer and use it in GitHub Desktop.
scroll reverse for Linux
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
echo "pointer = 1 2 3 5 4 6 7 8 9 10 11 12" >> ~/.Xmodmap; xmodmap ~/.Xmodmap |
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
Better make that ">> ~/.Xmodmap" instead of "> ~/.Xmodmap", just to be on the safe side of things.