aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-23 13:04:16 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-04-23 13:04:16 +1000
commit683b5c30f6a569c7649f49b6cabc9dafbd8e7271 (patch)
tree4f1eb4809d4ebc00d0ae4b734337e6afb4b48081 /include
parent9f84c9bb1a97115073d46a68cc7b47c314784e70 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
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;