if [ -x ~/code/awesome/awesome ]; then
  ~/code/awesome/awesome
elif [[ -x =awesome ]]; then
  awesome
else
  x-window-manager
fi