#!/bin/bash

if [ -r ".xmonad/xmonad-session-rc" ]
then
  . .xmonad/xmonad-session-rc
fi

exec xmonad "$@"
