mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
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:
parent
778b90d13e
commit
d956286b92
4 changed files with 81 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "move", cmd_move },
|
||||
{ "opacity", cmd_opacity },
|
||||
{ "reload", cmd_reload },
|
||||
{ "rename", cmd_rename },
|
||||
{ "resize", cmd_resize },
|
||||
{ "split", cmd_split },
|
||||
{ "splith", cmd_splith },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue