#!/bin/bash
#
#
xmodmap -e "keycode 95 = Pointer_Button2" &
xmodmap -e "keycode 96 = Pointer_Button3" &
xkbset m &
exec enlightenment_start
