aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/rename.c
AgeCommit message (Collapse)Author
2018-08-18commands: saner workspace number handlingIan Fan
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
This commit renames container_sort_workspaces to output_sort_workspaces and moves it to output.c. This also renames container_wrap_children to workspace_wrap_children and moves it to workspace.c. This function is only called with workspaces.
2018-08-06commands: fix workspace edge casesIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-04-23Sort workspaces after renameRyan Dwyer
2018-04-23Implement rename workspace commandRyan Dwyer
This implements the following commands: * rename workspace to new_name * rename workspace old_name to new_name * rename workspace number n to new_name