diff options
author | minus <minus@mnus.de> | 2015-08-25 20:22:53 +0200 |
---|---|---|
committer | minus <minus@mnus.de> | 2015-08-25 20:22:53 +0200 |
commit | c3737e80ba3223a33434e47fd2c5fb54bae82a40 (patch) | |
tree | b19955415486670fa136c3c55cf623a57f85f254 | |
parent | ca89ba83a8adf392ba3409f18d3af2545d69b034 (diff) |
updated manpage
-rw-r--r-- | sway.5.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |