diff options
author | Ronan Pigott <ronan@rjp.ie> | 2022-11-16 15:50:34 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-26 09:48:58 +0100 |
commit | eb5021ef990fb29ff86544aea58d687ad62c757a (patch) | |
tree | 5962cd10d597a8b9cb98f1da6baf270a435af5c8 /sway/meson.build | |
parent | af8a5a8918ef42336194fb1077b008a736de7af9 (diff) |
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/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index bb6bf88c..8a73cc86 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -21,6 +21,7 @@ sway_sources = files( 'desktop/surface.c', 'desktop/transaction.c', 'desktop/xdg_shell.c', + 'desktop/launcher.c', 'input/input-manager.c', 'input/cursor.c', |