From 66568508c06267445489d655c91c94a34d6d9ffe Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 16 Nov 2022 15:50:34 -0700 Subject: launcher: initialize launcher_ctxs once on startup --- sway/commands/exec_always.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands/exec_always.c') diff --git a/sway/commands/exec_always.c b/sway/commands/exec_always.c index d67e416f..0d3254ae 100644 --- a/sway/commands/exec_always.c +++ b/sway/commands/exec_always.c @@ -9,6 +9,7 @@ #include "sway/config.h" #include "sway/server.h" #include "sway/desktop/launcher.h" +#include "sway/server.h" #include "sway/tree/container.h" #include "sway/tree/root.h" #include "sway/tree/workspace.h" -- cgit v1.2.3-54-g00ecf