summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-04 18:34:41 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-04 18:34:41 +0100
commit09c7b330260ea510cb7db98b0cf330724d6a2e93 (patch)
tree809047718caf64373520d11410cf976925d9ffdc /test
parent05a1be9753fd0b029de06f2d6ad93be1c29eccc9 (diff)
Small test.
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_dmenu_normal_window_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_dmenu_normal_window_test.sh b/test/run_dmenu_normal_window_test.sh
index 242af831..e0f1f1fc 100755
--- a/test/run_dmenu_normal_window_test.sh
+++ b/test/run_dmenu_normal_window_test.sh
@@ -4,7 +4,7 @@
sleep 1;
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -normal-window > output.txt &
RPID=$!
-
+xdotool getactivewindow windowsize 100% 100%
# send enter.
sleep 5;
xdotool key 'Down'