mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 22:00:20 +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
|
||||
|
||||
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=$!
|
||||
|
||||
# send enter.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# wait till it is up, run rofi with error message
|
||||
sleep 1;
|
||||
echo {0..100} | tr " " "\n" | rofi -dmenu > output.txt &
|
||||
echo {0..100} | tr " " "\n" | rofi -dmenu -multi-select > output.txt &
|
||||
RPID=$!
|
||||
|
||||
# send enter.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# wait till it is up, run rofi with error message
|
||||
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=$!
|
||||
sleep 4
|
||||
xdotool getactivewindow windowsize 100% 100%
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# wait till it is up, run rofi with error message
|
||||
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=$!
|
||||
|
||||
# send enter.
|
||||
|
|
Loading…
Reference in a new issue