mirror of
https://github.com/lbonn/rofi
synced 2024-11-30 07:40:26 +00:00
Update tests
This commit is contained in:
parent
602eb63557
commit
7e1ea5290d
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo -e -n "aap\nnoot\nmies" | rofi -width -30 -dmenu > output.txt &
|
echo -e -n "aap\nnoot\nmies" | rofi -width -30 -dmenu -multi-select > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# wait till it is up, run rofi with error message
|
# wait till it is up, run rofi with error message
|
||||||
sleep 1;
|
sleep 1;
|
||||||
echo {0..100} | tr " " "\n" | rofi -dmenu > output.txt &
|
echo {0..100} | tr " " "\n" | rofi -dmenu -multi-select > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# wait till it is up, run rofi with error message
|
# wait till it is up, run rofi with error message
|
||||||
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 -multi-select > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
sleep 4
|
sleep 4
|
||||||
xdotool getactivewindow windowsize 100% 100%
|
xdotool getactivewindow windowsize 100% 100%
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# wait till it is up, run rofi with error message
|
# wait till it is up, run rofi with error message
|
||||||
sleep 1;
|
sleep 1;
|
||||||
echo -e -n "aap\nnoot\nmies" | rofi -dmenu > output.txt &
|
echo -e -n "aap\nnoot\nmies" | rofi -dmenu -multi-select > output.txt &
|
||||||
RPID=$!
|
RPID=$!
|
||||||
|
|
||||||
# send enter.
|
# send enter.
|
||||||
|
|
Loading…
Reference in a new issue