summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar minus <minus@mnus.de>2015-08-25 20:22:53 +0200
committerLibravatar minus <minus@mnus.de>2015-08-25 20:22:53 +0200
commitc3737e80ba3223a33434e47fd2c5fb54bae82a40 (patch)
treeb19955415486670fa136c3c55cf623a57f85f254 /sway.5.txt
parentchanged view visibility to be bool (diff)
downloadsway-c3737e80ba3223a33434e47fd2c5fb54bae82a40.tar.gz
sway-c3737e80ba3223a33434e47fd2c5fb54bae82a40.tar.zst
sway-c3737e80ba3223a33434e47fd2c5fb54bae82a40.zip
updated manpage
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
80**move** <left|right|up|down>:: 80**move** <left|right|up|down>::
81 Moves the focused container _left_, _right_, _up_, or _down_. 81 Moves the focused container _left_, _right_, _up_, or _down_.
82 82
83**move** <container|window> to workspace <name>::
84 Moves the focused container to the workspace identified by _name_.
85 _name_ may be a special workspace name. See **workspace**.
86
83**output** <name> <resolution|res WIDTHxHEIGHT> <position|pos X,Y>:: 87**output** <name> <resolution|res WIDTHxHEIGHT> <position|pos X,Y>::
84 Configures the specified output. It will use the given resolution and be 88 Configures the specified output. It will use the given resolution and be
85 arranged at the given position in the layout tree. You may omit either of 89 arranged at the given position in the layout tree. You may omit either of
@@ -111,6 +115,10 @@ Commands
111**workspace** <name>:: 115**workspace** <name>::
112 Switches to the specified workspace. 116 Switches to the specified workspace.
113 117
118**workspace** <prev|next>::
119 Switches to the next workspace on the current output or on the next output
120 if currently on the last workspace.
121
114**workspace** <prev_on_output|next_on_output>:: 122**workspace** <prev_on_output|next_on_output>::
115 Switches to the next workspace on the current output. 123 Switches to the next workspace on the current output.
116 124