command/partition: add command "delpartition"

This commit is contained in:
Max Kellermann
2020-01-20 09:10:02 +01:00
parent 9cbfa66886
commit cc7f66822e
8 changed files with 79 additions and 0 deletions

View File

@@ -1262,6 +1262,10 @@ client is assigned to one partition at a time.
:command:`newpartition {NAME}`
Create a new partition.
:command:`delpartition {NAME}`
Delete a partition. The partition must be empty (no connected
clients and no outputs).
:command:`moveoutput {OUTPUTNAME}`
Move an output to the current partition.