#!/bin/bash
#
# Set up the the Logitech Marble Mouse buttons.  Makes the left small button
# a Linux middle-click.
#
# Logitech Marble Mouse

xmodmap -e "pointer = 1 8 3 4 9 6 7 2 5 10 11"

