#!/bin/bash
killall -STOP qpe
if [ -n "`pidof Xipaq`" ]
then
	killall -CONT Xipaq
	xrefresh
else
	/etc/init.d/x start
fi
