aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-06-11 19:39:39 -0400
committerGitHub <noreply@github.com>2016-06-11 19:39:39 -0400
commit3ce8cc807753119104d8836b6c77e19fd644a878 (patch)
tree978577aae4b59ae33012fb8c181ab61b82279a97 /sway/sway.5.txt
parentf1268053a62a83c0169b61451d01649a3f3185e3 (diff)
parenta6f4bf60f2a6b9aa2ae5cadee5c1aada2ff1f6b3 (diff)
downloadsway-3ce8cc807753119104d8836b6c77e19fd644a878.tar.xz
Merge pull request #709 from zandrmartin/set-size-command
implement resize command for absolute dimensions
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 00806112..76d09edb 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -98,6 +98,10 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
Resizes the currently focused container or view by _amount_. _amount_ can be
specified as "n px" or "n ppt" or "n px or n ppt".
+**resize** <width|height> <amount>::
+ Sets the _width_ or _height_ of the currently focused container to _amount_.
+ _amount_ can be specified as "n px" or "n ppt" or "n px or n ppt".
+
**split** <vertical|v|horizontal|h|toggle|t>::
Splits the current container, vertically or horizontally. If toggled then the
current container is split opposite to the parent container.