mirror of
https://github.com/davatorium/rofi.git
synced 2025-11-06 22:54:53 -05: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
Add a link
Reference in a new issue