mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add debug.
This commit is contained in:
parent
63a3552c63
commit
6dd837af88
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue