action: add UnSnap action

Same untiling behavior as ToggleSnapToEdge/Region,
but unconditionally.

Co-authored-by: tokyo4j <hrak1529@gmail.com>
This commit is contained in:
Jens Peters 2024-09-21 15:54:30 +02:00 committed by Hiroaki Yamamoto
parent cb2e2c1016
commit 694c5a7469
2 changed files with 13 additions and 0 deletions

View file

@ -108,6 +108,10 @@ Actions are used in menus and keyboard/mouse bindings.
See labwc-config(5) for further information on how to define regions.
*<action name="UnSnap" />*
Resize and move active window back to its untiled position if
it had been tiled to a direction or region.
*<action name="NextWindow" />*++
*<action name="PreviousWindow" />*
Cycle focus to next/previous window respectively.++