XINIT: Start mpdscribble

This commit is contained in:
Tom Willemsen 2011-09-17 09:22:42 +02:00
parent bf05375498
commit bacf9a91fd

View file

@ -10,4 +10,11 @@ while :; do
sleep 1m
done &
# mpdscribble
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
exec ~/development/projects/dwm/dwm