summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-06-11 17:02:16 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-06-11 17:02:16 -0500
commit889618d3eeb5786df45e1e4885debe610932fc31 (patch)
treea73c7e86319900670d4894894902420d9eb9dd72 /sway/sway.5.txt
parentMerge pull request #701 from zandrmartin/assign-command (diff)
downloadsway-889618d3eeb5786df45e1e4885debe610932fc31.tar.gz
sway-889618d3eeb5786df45e1e4885debe610932fc31.tar.zst
sway-889618d3eeb5786df45e1e4885debe610932fc31.zip
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**(
98 Resizes the currently focused container or view by _amount_. _amount_ can be 98 Resizes the currently focused container or view by _amount_. _amount_ can be
99 specified as "n px" or "n ppt" or "n px or n ppt". 99 specified as "n px" or "n ppt" or "n px or n ppt".
100 100
101**resize** <width|height> <amount>::
102 Sets the _width_ or _height_ of the currently focused container to _amount_.
103 _amount_ can be specified as "n px" or "n ppt" or "n px or n ppt".
104
101**split** <vertical|v|horizontal|h|toggle|t>:: 105**split** <vertical|v|horizontal|h|toggle|t>::
102 Splits the current container, vertically or horizontally. If toggled then the 106 Splits the current container, vertically or horizontally. If toggled then the
103 current container is split opposite to the parent container. 107 current container is split opposite to the parent container.