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

Fix normal window test

This commit is contained in:
Dave Davenport 2016-01-05 17:14:47 +01:00
parent 68220a5b58
commit 933eb7e490

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