doc: Adapt MoveToEdge action

This commit is contained in:
Axel Burri 2023-08-05 23:58:40 +02:00 committed by Johan Malm
parent 08cff6edcf
commit 81af658c1f

View file

@ -39,9 +39,14 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="Move" />* *<action name="Move" />*
Begin interactive move of window under cursor Begin interactive move of window under cursor
*<action name="MoveToEdge" direction="value" />* *<action name="MoveToEdge" direction="value" snapWindows="value" />*
Move window to edge of outputs. Understands directions "left", "up", Move window until it hits the next edge.
"right" and "down".
*direction* [left|up|right|down] Direction in which to move.
*snapWindows* [yes|no] Move window until it hits an edge of
another window or screen edge. If set to "no", only move to
the next screen edge. Default is yes.
*<action name="Resize" />* *<action name="Resize" />*
Begin interactive resize of window under cursor Begin interactive resize of window under cursor