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:
parent
dee0bfb821
commit
faf6a708dc
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rofi -rnow &
|
||||
rofi -show run &
|
||||
RPID=$!
|
||||
|
||||
# send enter.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue