mirror of
https://github.com/lbonn/rofi
synced 2024-11-27 06:10:30 +00:00
Use timeout.
This commit is contained in:
parent
6dd837af88
commit
06c7f30b7e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function create_fake_x ( )
|
|||
Xvfb ${DISPLAY} &
|
||||
XPID=$!
|
||||
sleep 1;
|
||||
fluxbox &
|
||||
timeout -k 30s 30s fluxbox &
|
||||
FPID=$!
|
||||
sleep 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue