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:
parent
f65dc35036
commit
c85f1cb0bf
1 changed files with 1 additions and 1 deletions
|
@ -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=$?
|
||||
|
|
Loading…
Reference in a new issue