From 945eea8f272fde4a382e360bcb3897cab7ac5751 Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Mon, 22 Jan 2024 22:56:47 +0100 Subject: [PATCH] docs: describe MoveToOutput/FitToOutput action --- docs/labwc-actions.5.scd | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index 52beef42..9d55f63f 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -163,6 +163,19 @@ Actions are used in menus and keyboard/mouse bindings. to the center of the window. If the given output does not contain any windows, the cursor is centered on the given output. +** + Moves active window to other output, unless the window state is + fullscreen. + + If *name* is specified, the window will be sent directly to the specified + output and *direction* is ignored. If *name* is omitted, *direction* may + be one of "left", "right", "up" or "down" to indicate that the window + should be moved to the next output in that direction (if one exists). + +** + Resizes active window size to width and height of the output when the + window size exceeds the output size. + ** Switch to workspace. -- 2.52.0