From 9d57b9cc5fb6289990dd262c3c36094d053381fc Mon Sep 17 00:00:00 2001 From: Scoopta Date: Mon, 2 Nov 2020 18:14:27 -0800 Subject: [PATCH] Increased sleep time after drun launch for better dbus launching --- modes/drun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/drun.c b/modes/drun.c index 89b1119..b7f696c 100644 --- a/modes/drun.c +++ b/modes/drun.c @@ -408,7 +408,7 @@ void wofi_drun_exec(const gchar* cmd) { fprintf(stderr, "%s cannot be executed\n", cmd); exit(1); } - utils_sleep_millis(100); + utils_sleep_millis(200); exit(0); }