mirror of
https://github.com/swaywm/sway
synced 2024-11-18 19:03:59 +01:00
Sort workspaces after rename
This commit is contained in:
parent
d956286b92
commit
fbb5198e43
@ -72,6 +72,7 @@ struct cmd_results *cmd_rename(int argc, char **argv) {
|
||||
free(workspace->name);
|
||||
workspace->name = new_name;
|
||||
|
||||
container_sort_workspaces(workspace->parent);
|
||||
ipc_event_workspace(NULL, workspace, "rename");
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user