mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Update window test.
This commit is contained in:
parent
155cf351e0
commit
4fbf249480
1 changed files with 7 additions and 1 deletions
|
@ -18,8 +18,14 @@ sleep 0.4
|
|||
xdotool key Return
|
||||
sleep 1;
|
||||
xdotool key Ctrl+d
|
||||
wait ${XPID}
|
||||
sleep 1;
|
||||
kill ${TPID}
|
||||
if pgrep -u $USER xterm
|
||||
then
|
||||
kill ${XPID}
|
||||
kill ${RPID}
|
||||
exit 1
|
||||
fi
|
||||
# Get result, kill xvfb
|
||||
wait ${RPID}
|
||||
RETV=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue