From ced4ae46ec351b45891b273dcd048f29496c73be Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 5 Aug 2023 23:58:40 +0200 Subject: [PATCH] doc: Add GrowToEdge, ShrinkToEdge actions --- docs/labwc-actions.5.scd | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) -- 2.52.0