1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-31 17:25:40 -04:00

Fix travis test.

This commit is contained in:
QC 2015-02-15 21:34:13 +01:00
parent dee0bfb821
commit faf6a708dc
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
rofi -rnow &
rofi -show run &
RPID=$!
# send enter.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# wait till it is up, run rofi with error message
sleep 1 && rofi -rnow -display :201 &
sleep 1 && rofi -show run -display :201 &
RPID=$!
# send enter.