aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit3b49f2782e8faf68766269b9c7390b16e25ae824 (patch)
tree599dfdc5a01aea20693b391592d2d2ab81afacd6 /include
parentnode: prettify node type names (diff)
downloadsway-3b49f2782e8faf68766269b9c7390b16e25ae824.tar.gz
sway-3b49f2782e8faf68766269b9c7390b16e25ae824.tar.zst
sway-3b49f2782e8faf68766269b9c7390b16e25ae824.zip
launcher: track workspaces by node
This removes the need to rename the pid_workspaces when a workspace is renamed. It also opens the possibility of tracking other node types. Tracking containers would allow application to be placed correctly in the container tree even if the user has moved their focus elsewhere since it was launched.
Diffstat (limited to 'include')
-rw-r--r--include/sway/desktop/launcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
index cb22eb98..bbc4a2c3 100644
--- a/include/sway/desktop/launcher.h
+++ b/include/sway/desktop/launcher.h
@@ -9,6 +9,4 @@ void root_record_workspace_pid(pid_t pid);
9 9
10void root_remove_workspace_pid(pid_t pid); 10void root_remove_workspace_pid(pid_t pid);
11 11
12void root_rename_pid_workspaces(const char *old_name, const char *new_name);
13
14#endif 12#endif