aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-23 13:04:16 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-23 18:54:45 +1000
commitd956286b92a71accb2ac6c895b51502a3eab3bcd (patch)
tree4f1eb4809d4ebc00d0ae4b734337e6afb4b48081 /include/sway/commands.h
parentMerge pull request #1846 from RyanDwyer/fullscreen-xwayland-unmanaged (diff)
downloadsway-d956286b92a71accb2ac6c895b51502a3eab3bcd.tar.gz
sway-d956286b92a71accb2ac6c895b51502a3eab3bcd.tar.zst
sway-d956286b92a71accb2ac6c895b51502a3eab3bcd.zip
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/sway/commands.h')
-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;
131sway_cmd cmd_permit; 131sway_cmd cmd_permit;
132sway_cmd cmd_reject; 132sway_cmd cmd_reject;
133sway_cmd cmd_reload; 133sway_cmd cmd_reload;
134sway_cmd cmd_rename;
134sway_cmd cmd_resize; 135sway_cmd cmd_resize;
135sway_cmd cmd_scratchpad; 136sway_cmd cmd_scratchpad;
136sway_cmd cmd_seamless_mouse; 137sway_cmd cmd_seamless_mouse;