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

Use different syntax

This commit is contained in:
Dave Davenport 2016-01-03 21:47:40 +01:00
parent f65dc35036
commit c85f1cb0bf

View file

@ -16,7 +16,7 @@ xdotool key 'u'
sleep 0.4
xdotool key Return
sleep 1;
kill -SIGINT ${RPID}
kill -s INT ${RPID}
# Get result, kill xvfb
wait ${RPID}
RETV=$?