1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Add debug.

This commit is contained in:
Dave Davenport 2016-01-08 22:17:00 +01:00
parent 63a3552c63
commit 6dd837af88

View file

@ -20,8 +20,10 @@ function destroy_fake_x ( )
then
echo "Stopping fake X: ${XPID} - ${FPID}"
kill ${FPID}
echo " wait flux"
wait ${FPID}
kill ${XPID}
echo "wait x"
wait ${XPID}
fi
}