From 81af658c1f0005b5a3727056e0baa80b16b1b592 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 5 Aug 2023 23:58:40 +0200 Subject: [PATCH] doc: Adapt MoveToEdge action --- docs/labwc-actions.5.scd | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index 99b86983..4f650c60 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -39,9 +39,14 @@ Actions are used in menus and keyboard/mouse bindings. ** Begin interactive move of window under cursor -** - Move window to edge of outputs. Understands directions "left", "up", - "right" and "down". +** + 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. ** Begin interactive resize of window under cursor