#!/bin/sh

# This script first attempts to raise an existing Debian WM,
# and if that fails, it will start a new Debian WM.

# Thanks again, rebhana!

fixkbdfocus "N/A Easy Debian"
if [ "$?" = 2 ] ; then
  debbie xephwm5
fi