aboutsummaryrefslogtreecommitdiff
path: root/sway.5.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-25 16:12:37 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-25 16:12:37 -0400
commitfa6292ff24082f90886353844b45e99ec965daa5 (patch)
tree06f9219532f6f057410910dbfe43d3884acd90bc /sway.5.txt
parent2e755cf13fb653a397a8895121184322dc1dcdd6 (diff)
parent95353051379126f99d310936a46052b4a89bd880 (diff)
Merge pull request #129 from minus7/workspaces
Implemented "move container to workspace"
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 15a465c1..9747fb79 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -80,6 +80,10 @@ Commands
**move** <left|right|up|down>::
Moves the focused container _left_, _right_, _up_, or _down_.
+**move** <container|window> to workspace <name>::
+ Moves the focused container to the workspace identified by _name_.
+ _name_ may be a special workspace name. See **workspace**.
+
**output** <name> <resolution|res WIDTHxHEIGHT> <position|pos X,Y>::
Configures the specified output. It will use the given resolution and be
arranged at the given position in the layout tree. You may omit either of
@@ -111,6 +115,10 @@ Commands
**workspace** <name>::
Switches to the specified workspace.
+**workspace** <prev|next>::
+ Switches to the next workspace on the current output or on the next output
+ if currently on the last workspace.
+
**workspace** <prev_on_output|next_on_output>::
Switches to the next workspace on the current output.