]> git.mdlowis.com Git - proto/labwc.git/commitdiff
doc: Adapt MoveToEdge action
authorAxel Burri <axel@tty0.ch>
Sat, 5 Aug 2023 21:58:40 +0000 (23:58 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 19 Oct 2023 18:09:42 +0000 (19:09 +0100)
docs/labwc-actions.5.scd

index 99b869836c198a9606c1cc5d10f2f7674cac79af..4f650c602c73e8ba9b34f6641a0e96863146542f 100644 (file)
@@ -39,9 +39,14 @@ Actions are used in menus and keyboard/mouse bindings.
 *<action name="Move" />*
        Begin interactive move of window under cursor
 
-*<action name="MoveToEdge" direction="value" />*
-       Move window to edge of outputs. Understands directions "left", "up",
-       "right" and "down".
+*<action name="MoveToEdge" direction="value" snapWindows="value" />*
+       Move window until it hits the next edge.
+
+       *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" />*
        Begin interactive resize of window under cursor