1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-07 17:33:14 -04:00

Use timeout.

This commit is contained in:
Dave Davenport 2016-01-08 23:15:28 +01:00
parent 6dd837af88
commit 06c7f30b7e

View file

@ -9,7 +9,7 @@ function create_fake_x ( )
Xvfb ${DISPLAY} &
XPID=$!
sleep 1;
fluxbox &
timeout -k 30s 30s fluxbox &
FPID=$!
sleep 1
}