aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/exec_always.c
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <ronan@rjp.ie>2022-11-16 15:50:34 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-26 09:48:58 +0100
commit66568508c06267445489d655c91c94a34d6d9ffe (patch)
tree90b6abe3eefb6c95c89afa554281c0fd67749db3 /sway/commands/exec_always.c
parentview: associate launch contexts with views (diff)
downloadsway-66568508c06267445489d655c91c94a34d6d9ffe.tar.gz
sway-66568508c06267445489d655c91c94a34d6d9ffe.tar.zst
sway-66568508c06267445489d655c91c94a34d6d9ffe.zip
launcher: initialize launcher_ctxs once on startup
Diffstat (limited to 'sway/commands/exec_always.c')
-rw-r--r--sway/commands/exec_always.c1
1 files changed, 1 insertions, 0 deletions
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 @@
9#include "sway/config.h" 9#include "sway/config.h"
10#include "sway/server.h" 10#include "sway/server.h"
11#include "sway/desktop/launcher.h" 11#include "sway/desktop/launcher.h"
12#include "sway/server.h"
12#include "sway/tree/container.h" 13#include "sway/tree/container.h"
13#include "sway/tree/root.h" 14#include "sway/tree/root.h"
14#include "sway/tree/workspace.h" 15#include "sway/tree/workspace.h"