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
commiteb5021ef990fb29ff86544aea58d687ad62c757a (patch)
tree5962cd10d597a8b9cb98f1da6baf270a435af5c8 /sway/commands/exec_always.c
parentbuild: drop intermediate libraries for protocols (diff)
downloadsway-eb5021ef990fb29ff86544aea58d687ad62c757a.tar.gz
sway-eb5021ef990fb29ff86544aea58d687ad62c757a.tar.zst
sway-eb5021ef990fb29ff86544aea58d687ad62c757a.zip
root: move the workspace matching code to its own file
This removes the pid_workspace bits from tree/root before it gets too interesting. No functional change.
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 b35065c1..fab9a402 100644
--- a/sway/commands/exec_always.c
+++ b/sway/commands/exec_always.c
@@ -8,6 +8,7 @@
8#include "sway/commands.h" 8#include "sway/commands.h"
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/tree/container.h" 12#include "sway/tree/container.h"
12#include "sway/tree/root.h" 13#include "sway/tree/root.h"
13#include "sway/tree/workspace.h" 14#include "sway/tree/workspace.h"