logo

inaban

Unnamed repository; edit this file 'description' to name the repository.
commit: f95d6c310ce7ead71519ac7e8b3e3cd1e3224679
parent: 33428f55d2190748b52b1d449f2c7a5a69c00899
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  1 Jul 2019 09:42:58 +0200

Revert "Sleep for 5 seconds if startup_cmd isn’t set"

This reverts commit 8949d5e429c658c169f1c2d8a10c1637b4c289f3.

Diffstat:

Minaban.c6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/inaban.c b/inaban.c @@ -766,12 +766,6 @@ main(int argc, char *argv[]) return 0; } - if(startup_cmd == NULL) - { - printf("Are you sure you do not want to define startup_cmd? Sleeping for 5 seconds.\n"); - sleep(5); - } - /* The Wayland display is managed by libwayland. It handles accepting * clients from the Unix socket, manging Wayland globals, and so on. */ server.wl_display = wl_display_create();