This commit is contained in:
nicolas3121 2024-06-26 15:32:30 +02:00 committed by GitHub
commit 912ef4cd9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 156 additions and 0 deletions

View file

@ -70,6 +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" 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).