Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-18 | commands: saner workspace number handling | Ian Fan | |
2018-08-18 | Rename container_sort_workspaces and container_wrap_children | Ryan 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-06 | commands: fix workspace edge cases | Ian Fan | |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-04-23 | Sort workspaces after rename | Ryan Dwyer | |
2018-04-23 | Implement rename workspace command | Ryan 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 |