From: Axel Burri Date: Sat, 5 Aug 2023 21:58:40 +0000 (+0200) Subject: doc: Add GrowToEdge, ShrinkToEdge actions X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ced4ae46ec351b45891b273dcd048f29496c73be;p=proto%2Flabwc.git doc: Add GrowToEdge, ShrinkToEdge actions --- diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index 4f650c60..d9defff1 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -56,6 +56,17 @@ Actions are used in menus and keyboard/mouse bindings. top or bottom tell how much to resize on that edge of window, positive values grow window, negative shrink window. +** + Resize window to fill the space between its edge and any other + window edge. + + *direction* [left|up|right|down] Direction in which to grow. + +** + Reverse of GrowToEdge. Shrinks by a maximum of 50%. + + *direction* [left|up|right|down] Direction in which to shrink. + ** Move to position (x, y)