From e127cdde6a4814be49f33c5ff062020dc77a3bb1 Mon Sep 17 00:00:00 2001 From: redxef Date: Sat, 29 Oct 2022 14:42:02 +0200 Subject: [PATCH] Remove debug delay. --- i3toolwait | 1 - 1 file changed, 1 deletion(-) diff --git a/i3toolwait b/i3toolwait index c24396f..d935f1a 100755 --- a/i3toolwait +++ b/i3toolwait @@ -398,7 +398,6 @@ def window_new(runtime_data: RuntimeData, *, debug): container_id = e.ipc_data['container']['id'] await ipc.command(f'for_window [con_id="{container_id}"] focus') await ipc.command(f'move container to workspace {cfg.workspace}') - await asyncio.sleep(1) runtime_data.programs.pop(i) if not runtime_data.programs: ipc.main_quit()