#!/bin/bash
if [ -e .wm ]; then
	v `<.wm`
elif [ -e ~/.wm ]; then
	v `<~/.wm`
else
	x-window-manager
fi
