aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Rex Hackbro <rex.hackbro@mailbox.org>2020-08-02 23:10:44 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-08-03 10:41:38 +0200
commitd25e308f9cd10c1a92ae21d47530a010be3d68e1 (patch)
treef474a0aa86855b107dcfc386ff121f6986c446e1 /sway/sway.5.scd
parentcommon/loop: check return of realloc (diff)
downloadsway-d25e308f9cd10c1a92ae21d47530a010be3d68e1.tar.gz
sway-d25e308f9cd10c1a92ae21d47530a010be3d68e1.tar.zst
sway-d25e308f9cd10c1a92ae21d47530a010be3d68e1.zip
fix typos
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd14
1 files changed, 7 insertions, 7 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1ca82f7b..b3c9352e 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -140,10 +140,10 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
140*focus* output <name> 140*focus* output <name>
141 Moves focus to the named output. 141 Moves focus to the named output.
142 142
143*focus tiling* 143*focus* tiling
144 Sets focus to the last focused tiling container. 144 Sets focus to the last focused tiling container.
145 145
146*focus floating* 146*focus* floating
147 Sets focus to the last focused floating container. 147 Sets focus to the last focused floating container.
148 148
149*focus* mode_toggle 149*focus* mode_toggle
@@ -278,7 +278,7 @@ set|plus|minus <amount>
278 located at path specified by the command line arguments when started, 278 located at path specified by the command line arguments when started,
279 otherwise according to the priority stated in *sway*(1). 279 otherwise according to the priority stated in *sway*(1).
280 280
281*rename workspace* [<old_name>] to <new_name> 281*rename* workspace [<old_name>] to <new_name>
282 Rename either <old_name> or the focused workspace to the <new_name> 282 Rename either <old_name> or the focused workspace to the <new_name>
283 283
284*resize* shrink|grow width|height [<amount> [px|ppt]] 284*resize* shrink|grow width|height [<amount> [px|ppt]]
@@ -286,25 +286,25 @@ set|plus|minus <amount>
286 percentage points. If the units are omitted, floating containers are resized 286 percentage points. If the units are omitted, floating containers are resized
287 in px and tiled containers by ppt. _amount_ will default to 10 if omitted. 287 in px and tiled containers by ppt. _amount_ will default to 10 if omitted.
288 288
289*resize set* height <height> [px|ppt] 289*resize* set height <height> [px|ppt]
290 Sets the height of the container to _height_, specified in pixels or 290 Sets the height of the container to _height_, specified in pixels or
291 percentage points. If the units are omitted, floating containers are 291 percentage points. If the units are omitted, floating containers are
292 resized in px and tiled containers by ppt. If _height_ is 0, the container 292 resized in px and tiled containers by ppt. If _height_ is 0, the container
293 will not be resized. 293 will not be resized.
294 294
295*resize set* [width] <width> [px|ppt] 295*resize* set [width] <width> [px|ppt]
296 Sets the width of the container to _width_, specified in pixels or 296 Sets the width of the container to _width_, specified in pixels or
297 percentage points. If the units are omitted, floating containers are 297 percentage points. If the units are omitted, floating containers are
298 resized in px and tiled containers by ppt. If _width_ is 0, the container 298 resized in px and tiled containers by ppt. If _width_ is 0, the container
299 will not be resized. 299 will not be resized.
300 300
301*resize set* [width] <width> [px|ppt] [height] <height> [px|ppt] 301*resize* set [width] <width> [px|ppt] [height] <height> [px|ppt]
302 Sets the width and height of the container to _width_ and _height_, 302 Sets the width and height of the container to _width_ and _height_,
303 specified in pixels or percentage points. If the units are omitted, 303 specified in pixels or percentage points. If the units are omitted,
304 floating containers are resized in px and tiled containers by ppt. If 304 floating containers are resized in px and tiled containers by ppt. If
305 _width_ or _height_ is 0, the container will not be resized on that axis. 305 _width_ or _height_ is 0, the container will not be resized on that axis.
306 306
307*scratchpad show* 307*scratchpad* show
308 Shows a window from the scratchpad. Repeatedly using this command will 308 Shows a window from the scratchpad. Repeatedly using this command will
309 cycle through the windows in the scratchpad. 309 cycle through the windows in the scratchpad.
310 310