Skip to content

Instantly share code, notes, and snippets.

@ZoltonMD
Last active September 13, 2016 16:32
Show Gist options
  • Save ZoltonMD/3e20aea198b62e7626c4724d742390b8 to your computer and use it in GitHub Desktop.
Save ZoltonMD/3e20aea198b62e7626c4724d742390b8 to your computer and use it in GitHub Desktop.
Setting up Logitech Marble Mouse in Linux
#!/bin/bash
xinput set-int-prop "Logitech USB Trackball" "Evdev Wheel Emulation Button" 8 8$
xinput set-int-prop "Logitech USB Trackball" "Evdev Wheel Emulation" 8 1$
xinput set-button-map "Logitech USB Trackball" 1 8 3 4 5 6 7 2 9$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment