add wrap argument

This commit is contained in:
nicolas3121 2024-04-20 18:23:11 +02:00
parent 7a69fffe44
commit f9017b389b
2 changed files with 13 additions and 3 deletions

View file

@ -70,11 +70,14 @@ Actions are used in menus and keyboard/mouse bindings.
*direction* [left|up|right|down] Direction in which to shrink.
*<action name="DirectionalTargetWindow" direction="value" />*
*<action name="DirectionalTargetWindow" direction="value" wrap="value" />*
Move focus to closest window in given direction.
*direction* [left|up|right|down] Direction in which to move.
*wrap* [yes|no] Wrap around from right-to-left or top-to-bottom,
and vice versa. Default no.
*<action name="MoveTo" x="" y="" />*
Move to position (x, y).