aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-09-17 11:58:10 +0900
committerLibravatar GitHub <noreply@github.com>2016-09-17 11:58:10 +0900
commit461e250e26ead67351bbecfcd94d8c0f2504a5d2 (patch)
tree9ee0fcec6744e00b52e69455f0ef17f9d1ca55df
parentMerge pull request #896 from thejan2009/bugfix/swaybar-whitespace-in-ws-name (diff)
parentdocument `workspace_auto_back_and_forth` command (diff)
downloadsway-461e250e26ead67351bbecfcd94d8c0f2504a5d2.tar.gz
sway-461e250e26ead67351bbecfcd94d8c0f2504a5d2.tar.zst
sway-461e250e26ead67351bbecfcd94d8c0f2504a5d2.zip
Merge pull request #902 from zandrmartin/patch-2
document `workspace_auto_back_and_forth` command
-rw-r--r--sway/sway.5.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index b31edeb7..7980ba82 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -354,6 +354,12 @@ The default colors are:
354 Specifies that the workspace named _name_ should appear on the specified 354 Specifies that the workspace named _name_ should appear on the specified
355 _output_. 355 _output_.
356 356
357**workspace_auto_back_and_forth** <yes|no>::
358 When _yes_, repeating a workspace switch command will switch back to the
359 prior workspace. For example, if you are currently on workspace 1,
360 switch to workspace 2, then invoke the "workspace 2" command again, you
361 will be returned to workspace 1. Defaults to _no_.
362
357**workspace_layout** <default|stacking|tabbed>:: 363**workspace_layout** <default|stacking|tabbed>::
358 Specifies the start layout for new workspaces. 364 Specifies the start layout for new workspaces.
359 365