1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Small test.

This commit is contained in:
Dave Davenport 2016-01-04 18:34:41 +01:00
parent 05a1be9753
commit 09c7b33026

View file

@ -4,7 +4,7 @@
sleep 1; sleep 1;
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -normal-window > output.txt & echo -e -n "aap\nnoot\nmies" | rofi -dmenu -normal-window > output.txt &
RPID=$! RPID=$!
xdotool getactivewindow windowsize 100% 100%
# send enter. # send enter.
sleep 5; sleep 5;
xdotool key 'Down' xdotool key 'Down'