2021-03-05 22:14:02 +00:00
|
|
|
labwc-actions(5)
|
|
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
|
|
labwc - actions
|
|
|
|
|
|
|
|
|
|
# ACTIONS
|
|
|
|
|
|
|
|
|
|
Actions are used in keyboard bindings.
|
|
|
|
|
|
2021-07-12 21:46:10 +01:00
|
|
|
*<action name="Close"><command>*
|
|
|
|
|
Close top-most view.
|
|
|
|
|
|
2021-03-05 22:14:02 +00:00
|
|
|
*<action name="Execute"><command>*
|
|
|
|
|
Execute command.
|
|
|
|
|
|
|
|
|
|
*<action name="Exit">*
|
|
|
|
|
Exit labwc.
|
|
|
|
|
|
2021-09-20 22:01:47 +01:00
|
|
|
*<action name="Iconify">*
|
|
|
|
|
Iconify (minimize) focused window.
|
|
|
|
|
|
2021-11-26 18:30:11 +00:00
|
|
|
*<action name="Move">*
|
|
|
|
|
Begin interactive move of window under cursor
|
|
|
|
|
|
2021-07-20 20:06:48 +01:00
|
|
|
*<action name="MoveToEdge"><direction>*
|
|
|
|
|
Move view to edge of outputs. Understands directions "left", "up",
|
2021-10-17 21:27:25 +01:00
|
|
|
"right" and "down".
|
|
|
|
|
|
2021-12-11 22:58:00 +00:00
|
|
|
*<action name="Resize">*
|
|
|
|
|
Begin interactive resize of window under cursor
|
|
|
|
|
|
2021-10-17 21:27:25 +01:00
|
|
|
*<action name="SnapToEdge"><direction>*
|
|
|
|
|
Resize view to fill half the output in the given direction. Supports
|
2021-10-18 19:47:32 +01:00
|
|
|
directions "left", "up", "right", "down" and "center".
|
2021-07-20 20:06:48 +01:00
|
|
|
|
2021-03-05 22:14:02 +00:00
|
|
|
*<action name="NextWindow">*
|
|
|
|
|
Cycle focus to next window.
|
|
|
|
|
|
2021-12-06 21:13:21 +00:00
|
|
|
*<action name="PreviousWindow">*
|
|
|
|
|
Cycle focus to previous window.
|
|
|
|
|
|
2021-03-05 22:14:02 +00:00
|
|
|
*<action name="Reconfigure">*
|
|
|
|
|
Re-load configuration and theme files.
|
|
|
|
|
|
|
|
|
|
*<action name="ShowMenu"><menu>*
|
|
|
|
|
Show menu. Valid menu name is "root-menu".
|
|
|
|
|
|
2021-09-20 22:01:47 +01:00
|
|
|
*<action name="ToggleDecorations">*
|
|
|
|
|
Toggle decorations of focused window.
|
|
|
|
|
|
|
|
|
|
*<action name="ToggleFullscreen">*
|
|
|
|
|
Toggle fullscreen state of focused window.
|
|
|
|
|
|
|
|
|
|
*<action name="ToggleMaximize">*
|
|
|
|
|
Toggle maximize state of focused window.
|
2021-07-13 21:54:22 +01:00
|
|
|
|
2021-03-05 22:14:02 +00:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
|
|
labwc(1), labwc-config(5), labwc-theme(5)
|