mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
Allow multiple outputs for workspace output
`i3 4.16` allows users to list multiple outputs for a workspace and the first available will be used. The syntax is as follows: `workspace <workspace> output <outputs...>` Additionally when the workspace is created, the outputs get added to the output priority list in the order specified. This ensures that if a higher output gets connected, the workspace will move to the higher output. This works the same way as if the user had a workspace on an output, disconnected the output, and then later reconnected the output.
This commit is contained in:
parent
80a1c340a9
commit
12876932a9
5 changed files with 66 additions and 25 deletions
|
|
@ -573,8 +573,12 @@ The default colors are:
|
|||
Specifies that workspace _name_ should have the given gaps settings when it
|
||||
is created.
|
||||
|
||||
*workspace* <name> output <output>
|
||||
Specifies that workspace _name_ should be shown on the specified _output_.
|
||||
*workspace* <name> output <outputs...>
|
||||
Specifies that workspace _name_ should be shown on the specified _outputs_.
|
||||
Multiple outputs can be listed and the first available will be used. If the
|
||||
workspace gets placed on an output further down the list and an output that
|
||||
is higher on the list becomes available, the workspace will be move to the
|
||||
higher priority output.
|
||||
|
||||
*workspace\_auto\_back\_and\_forth* yes|no
|
||||
When _yes_, repeating a workspace switch command will switch back to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue