aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-30 18:51:07 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-04-30 21:38:00 -0600
commitc1186182785d15eb205bac4b49d0888e1a6601ee (patch)
tree7788def3f3a8526d0ce7ea2d534f652393eb407e
parentcmd_move: add support for output current (diff)
downloadsway-c1186182785d15eb205bac4b49d0888e1a6601ee.tar.gz
sway-c1186182785d15eb205bac4b49d0888e1a6601ee.tar.zst
sway-c1186182785d15eb205bac4b49d0888e1a6601ee.zip
sway.5.scd: clarify workspace config commands
This clarifies that `workspace <name> output <outputs...>` and `workspace <name> gaps ...` do not operate on existing workspaces. Additionally, alternate commands/solutions that operate on existing workspaces are listed.
-rw-r--r--sway/sway.5.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 32631b06..29c1d0e5 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -699,6 +699,9 @@ The default colors are:
699 Specifies that workspace _name_ should have the given gaps settings when it 699 Specifies that workspace _name_ should have the given gaps settings when it
700 is created. 700 is created.
701 701
702 This command does not affect existing workspaces. To alter the gaps of an
703 existing workspace, use the _gaps_ command.
704
702*workspace* <name> output <outputs...> 705*workspace* <name> output <outputs...>
703 Specifies that workspace _name_ should be shown on the specified _outputs_. 706 Specifies that workspace _name_ should be shown on the specified _outputs_.
704 Multiple outputs can be listed and the first available will be used. If the 707 Multiple outputs can be listed and the first available will be used. If the
@@ -706,6 +709,11 @@ The default colors are:
706 is higher on the list becomes available, the workspace will be move to the 709 is higher on the list becomes available, the workspace will be move to the
707 higher priority output. 710 higher priority output.
708 711
712 This command does not affect existing workspaces. To move an existing
713 workspace, use the _move_ command in combination with the _workspace_
714 criteria (non-empty workspaces only) or _workspace_ command (to switch
715 to the workspace before moving).
716
709*workspace_auto_back_and_forth* yes|no 717*workspace_auto_back_and_forth* yes|no
710 When _yes_, repeating a workspace switch command will switch back to the 718 When _yes_, repeating a workspace switch command will switch back to the
711 prior workspace. For example, if you are currently on workspace 1, 719 prior workspace. For example, if you are currently on workspace 1,