From 3b49f2782e8faf68766269b9c7390b16e25ae824 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 16 Nov 2022 15:50:34 -0700 Subject: 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. --- include/sway/desktop/launcher.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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); void root_remove_workspace_pid(pid_t pid); -void root_rename_pid_workspaces(const char *old_name, const char *new_name); - #endif -- cgit v1.2.3-54-g00ecf