From d956286b92a71accb2ac6c895b51502a3eab3bcd Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Mon, 23 Apr 2018 13:04:16 +1000 Subject: 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 --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sway/commands.h b/include/sway/commands.h index 7b8c949b..75534163 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -131,6 +131,7 @@ sway_cmd cmd_output; sway_cmd cmd_permit; sway_cmd cmd_reject; sway_cmd cmd_reload; +sway_cmd cmd_rename; sway_cmd cmd_resize; sway_cmd cmd_scratchpad; sway_cmd cmd_seamless_mouse; -- cgit v1.2.3-54-g00ecf