summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-04-23 11:13:29 +0200
committerGitHub <[email protected]>2018-04-23 11:13:29 +0200
commitd41b0ef98fb760cd2aad5e75a35d8b08b0b1ce6a (patch)
treeb90fd28d3aefcf8e9de0c441ef7b90a2544a332e /sway/commands.c
parent778b90d13e9b78c980ae17c6fc0eb0e93e1d2ac5 (diff)
parentfbb5198e43ef1e8bbb2e83f0942fbe4e8d787e85 (diff)
Merge pull request #1847 from RyanDwyer/rename-workspace
Implement rename workspace command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 2115bd8c..6af3c5d0 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -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 },