mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue