This commit is contained in:
Tom Willemsen 2012-10-23 00:26:30 +02:00
parent af62874a4a
commit 3335ccc165

View file

@ -9,13 +9,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
{ emacs --daemon & } && sleep 1
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
test -n "$1" && wm=$1 || wm="awesome" # wm="emacsclient -ce \"(oni:wm-init)\""
test -n "$1" && wm=$1 || wm="emacs"
exec $wm