1#!/bin/bash
2
3# hey I'm left handed
4xmodmap -e "pointer = 3 2 1"
5
6# a nice background (nicer than the default grey ;)
7xsetroot -solid black
8
9#start selectwm
10exec selectwm
11