doc: Add GrowToEdge, ShrinkToEdge actions

This commit is contained in:
Axel Burri 2023-08-05 23:58:40 +02:00 committed by Johan Malm
parent 299fb83fcc
commit ced4ae46ec

View file

@ -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, top or bottom tell how much to resize on that edge of window,
positive values grow window, negative shrink window. positive values grow window, negative shrink window.
*<action name="GrowToEdge" direction="value" />*
Resize window to fill the space between its edge and any other
window edge.
*direction* [left|up|right|down] Direction in which to grow.
*<action name="ShrinkToEdge" direction="value" />*
Reverse of GrowToEdge. Shrinks by a maximum of 50%.
*direction* [left|up|right|down] Direction in which to shrink.
*<action name="MoveTo" x="" y="" />* *<action name="MoveTo" x="" y="" />*
Move to position (x, y) Move to position (x, y)