diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-11 11:30:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 11:30:27 -0500 |
commit | 101515eb0c0039e8f67b7d3c8269a8898d8760ac (patch) | |
tree | 458a3acb6db39a78d26b4ce38ea637aa21812e29 /sway/sway.5.scd | |
parent | 80a1c340a9c8c8aac5fe4dd7bc1dc15b43fce0dc (diff) | |
parent | 12876932a948d7265745efaccafea509bdbaffe8 (diff) |
Merge pull request #3108 from RedSoxFan/workspace-output-improved
Allow multiple outputs for workspace output
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 8f6b35f1..1a11015f 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -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 |