Created
March 18, 2010 07:13
-
-
Save Ronmi/336124 to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| input=$(xinput list |grep 'SynPS/2 Synaptics TouchPad'|sed -E 's;.*id=([0-9]+).*;\1;'|head -n 1) | |
| xinput set-button-map "${input}" 1 2 3 17 18 19 20 8 9 10 11 12 13 14 15 16 | |
| exec xbindkeys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment