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:
parent
68220a5b58
commit
933eb7e490
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue