labwc-actions(5): add SnapToEdge

This commit is contained in:
Johan Malm 2021-10-17 21:27:25 +01:00
parent 7c829584f5
commit 98b682379f

View file

@ -22,7 +22,11 @@ Actions are used in keyboard bindings.
*<action name="MoveToEdge"><direction>*
Move view to edge of outputs. Understands directions "left", "up",
"right" and "down"
"right" and "down".
*<action name="SnapToEdge"><direction>*
Resize view to fill half the output in the given direction. Supports
directions "left", "up", "right" and "down".
*<action name="NextWindow">*
Cycle focus to next window.