1 2 3 4 5 6 7 8
#!/bin/bash if [ -r ".xmonad/xmonad-session-rc" ] then . .xmonad/xmonad-session-rc fi exec xmonad "$@"