Implement rename workspace command

This implements the following commands:

* rename workspace to new_name
* rename workspace old_name to new_name
* rename workspace number n to new_name
This commit is contained in:
Ryan Dwyer 2018-04-23 13:04:16 +10:00
parent 778b90d13e
commit d956286b92
4 changed files with 81 additions and 0 deletions

View file

@ -45,6 +45,7 @@ sway_sources = files(
'commands/move.c',
'commands/output.c',
'commands/reload.c',
'commands/rename.c',
'commands/resize.c',
'commands/seat.c',
'commands/seat/attach.c',