Fix normal window test

This commit is contained in:
Dave Davenport 2016-01-05 17:14:47 +01:00
parent 68220a5b58
commit 933eb7e490
1 changed files with 1 additions and 7 deletions

View File

@ -3,15 +3,9 @@
# wait till it is up, run rofi with error message
sleep 1;
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -normal-window > output.txt &
sleep 1
echo "move"
xdotool mousemove 10 10
sleep 1
echo "click"
xdotool click 1
RPID=$!
sleep 4
#xdotool getactivewindow windowsize 100% 100%
xdotool getactivewindow windowsize 100% 100%
echo "Window resized"
# send enter.
sleep 1