aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 3a6b2af5..5e84ea9a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -555,7 +555,7 @@ static struct cmd_results *cmd_exec_always(int argc, char **argv) {
555 struct pid_workspace *pw = malloc(sizeof(struct pid_workspace)); 555 struct pid_workspace *pw = malloc(sizeof(struct pid_workspace));
556 pw->pid = child; 556 pw->pid = child;
557 pw->workspace = strdup(ws->name); 557 pw->workspace = strdup(ws->name);
558 list_add(config->pid_workspaces, pw); 558 pid_workspace_add(pw);
559 // TODO: keep track of this pid and open the corresponding view on the current workspace 559 // TODO: keep track of this pid and open the corresponding view on the current workspace
560 // blocked pending feature in wlc 560 // blocked pending feature in wlc
561 } else { 561 } else {